| merino.df {dmm} | R Documentation |
Australian Merino sheep research dataset
Description
A set of real data from an Australian Merino sheep research flock with a multi-generation pedigree, eight fixed effects, and 11 traits related to wool production.
Usage
data(merino.df)
Format
A data frame with 4449 observations on the following 22 variables.
IdIdentifier for individuals
SIdIdentifier for sires of individuals
DIdIdentifier for dams of individuals
SexA factor with levels
M(male)F(female)YearbiA factor: year of birth of each individual
YearSbiA factor: year of birth of each individual's sire
YearDbiA factor: year of birth of each individual's dam
MobA factor: each individual was reared in one of two grazing environments coded
1and2AgemA factor: each individual was measured at one of two ages coded
3(12 months) and9(15 months)BirwtA numeric vector: weight at birth in Kg
WeanwtA numeric vector: weight at weaning in Kg
BirlsA factor: litter size at birth coded as
1and2WeanlsA factor: litter size at weaning coded as
1and2CrimpA numeric vector: staple crimp frequency in crimps per 2.5cm
DenstyA numeric vector: density of wool fibres on the skin surface in fibres per square mm
DiamtrA numeric vector: average fibre diameter in microns
YieldA numeric vector: wool yield as a percentage. The amount of clean wool as a percentage of the greasy weight of fleece
BodywtA numeric vector: weight in Kg at the time of wool measurement, that being either 12 or 15 months, see item
AgemWrinklA numeric vector: a visual score for skin wrinkle
LengthA numeric vector: staple length in cm
FlcwtA numeric vector: greasy fleece weight in Kg
WoolwtA numeric vector: clean wool weight in Kg
Details
These data are intended to show the utility of dmm() for analysis of a multi-trait dataset with all the real world complications. The dataframe has identifiers which are NA or duplicate or alphanumeric, some base animals are missing, some traits and factors have missing values, and the eleven traits need to be in a matrix for multivariate analysis.
Source
These data were collected over the period 1950 to 1970 by CSIRO under the direction of Dr Helen Newton Turner. The dataset was recovered from the author's research files, and are used with permission from CSIRO.
References
These data form part of the set which were used to estimate genetic parameters in the publication: Brown,G.H. and Turner,Helen Newton(1968)Aust.J.Agric.Res.19:303-22
For a coverage of Australian Merino sheep research see : Turner,Helen Newton and Young,S.S.Y(1969) Quantitative Genetics in Sheep Breeding. Macmillan, Melbourne, 1969.
Examples
library(dmm)
data(merino.df)
str(merino.df)
rm(merino.df)
#
# there is a full analysis of this dataset in 'dmmOverview.pdf'.
#