| myTwinData {OpenMx} | R Documentation |
Duplicate of twinData
Description
Legacy dataset from early teaching examples. See twinData for a more current file.
Usage
data("myTwinData")
Format
A data frame with 3808 observations on the following variables.
famFamily ID variable
ageAge of the twin pair. Range: 17 to 88.
zygInteger codes for zygosity and gender combinations
partCohort
wt1Weight in kilograms for twin 1
wt2Weight in kilograms for twin 2
ht1Height in meters for twin 1
ht2Height in meters for twin 2
htwt1Product of ht and wt for twin 1
htwt2Product of ht and wt for twin 2
bmi1Body Mass Index for twin 1
bmi2Body Mass Index for twin 2
Details
Height and weight are highly correlated, and each individually highly heritable. These data present and opportunity for multivariate behavior genetics modeling.
Source
Timothy Bates
References
The OpenMx User's guide can be found at https://openmx.ssri.psu.edu/documentation/.
Examples
data(myTwinData)
plot( ht1 ~ wt1, myTwinData)
[Package OpenMx version 2.21.11 Index]