View source: R/DFSimulatedChisq.R
DFSimulatedChisq | R Documentation |
DFSimulatedChisq
DFSimulatedChisq(MZ = 250, DZ = 250, a2 = 0.3, c2 = 0.3, df = 10)
MZ |
Number of MZ twins to simulate |
DZ |
Number of DZ twins to simulate |
a2 |
Heritability (proportion of variance) |
c2 |
Shared environment (proportion of variance) |
df |
Total degrees of freedom for the Chi-Square variable |
A dataframe of Chi-Square distributed outcome observations for MZ and DZ twins
TwinData<-DFSimulatedChisq(200,200,.3,.3, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.