Fazekas {mffSM} | R Documentation |
Data on bone measurements on fetuses obtained for the use in a forensic medicine.
Orignally, data are provided by Fazekas and Kosa (1978). In this dataset, only data on fetuses being at least four lunar months old are retained. Data are used for some illustrations in the book Regrese by Karel Zvára (Zvára, 2008).
data(Fazekas)
A data.frame
with 133 rows and the following variables.
age of the fetus [lunar month]
factor
corresponding to the variable lunar
gender of the fetus, 0 = female, 1 = male
factor
with levels F and M
corresponding to the variable gender
length [cm] of the fetus
weight [g] of the fetus
length [mm] of humerus (pažní kost in Czech)
width [mm] of humerus (pažní kost in Czech)
length [mm] of radius (vřetenní kost in Czech)
length [mm] of ulna (loketní kost in Czech)
length [mm] of femur (stehenní kost in Czech)
width [mm] of femur (stehenní kost in Czech)
length [mm] of tibia (holenní kost in Czech)
length [mm] of fibula (lýtková kost in Czech)
http://msekce.karlin.mff.cuni.cz/~zvara/regrese/kniha/R.ZIP
Fazekas, I. G. and Kosa, F. (1978). Forensic Fetal Osteology. Budapest: Akademiai Kiado.
Zvára, K. (2008). Regrese. Praha: Matfyzpress. ISBN 978-80-7378-041-8.
data(Fazekas) summary(Fazekas)