Analysis Of The Interpopulation Difference In Degree of Sexual Dimorphism Using Summary Statistics
You can install the released version of TestDimorph from CRAN with:
or the development version from GitHub:
The authors would like to express their endless gratitude to Prof. Konigsberg for his contribution to this package with authentic code used in the multivariate
, extract_sum
,RawGen
functions, data sets used in the examples and for his overall valuable work in the field of physical anthropology without which this package wouldn’t have been possible.
The input can be in the form of wide format raw data or summary statistics where each row represents measurements of a single individual or population. In order to be recognized by the functions, columns need to have a specific name (case sensitive):
N.B
multivariate
and RawGen
functions can be be found in the attached data sets under the names baboon.parms_list
and baboon.parms_df
respectively.Pop | m | M.mu | M.sdev | f | F.mu | F.sdev |
---|---|---|---|---|---|---|
Turkish | 150 | 49.39 | 3.01 | 150 | 42.91 | 2.90 |
Bulgarian | 82 | 48.33 | 2.53 | 58 | 42.89 | 2.84 |
Pop | Parms | m | M.mu | M.sdev | f | F.mu | F.sdev |
---|---|---|---|---|---|---|---|
Bulgarian | MXFL | 82 | 461.80 | 19.90 | 58 | 411.70 | 23.20 |
Greek | MXFL | 36 | 440.40 | 19.60 | 34 | 409.80 | 21.40 |
Bulgarian | MLD | 82 | 27.67 | 2.21 | 58 | 24.89 | 1.78 |
Greek | MLD | 36 | 27.74 | 1.79 | 34 | 26.69 | 2.42 |
Sex | Pop | GOL | NOL | BNL | BBH | XCB | XFB | ZYB | AUB |
---|---|---|---|---|---|---|---|---|---|
M | NORSE | 189 | 185 | 100 | 135 | 143 | 120 | 133 | 119 |
F | NORSE | 179 | 177 | 97 | 127 | 140 | 114 | 122 | 118 |
M | EGYPT | 192 | 190 | 104 | 132 | 140 | 116 | 134 | 125 |
F | EGYPT | 174 | 172 | 93 | 123 | 140 | 118 | 121 | 114 |