
Simulated example of a 3 way interaction GxExz model (where G and E are latent variables).
logit =FALSE | logit =TRUE |
example_3way(N, sigma = 2.5, logit = FALSE, seed = NULL)
Returns a list containing, in the following order: data.frame with the observed outcome (with noise), the true outcome (without noise) and
Sample size.
Standard deviation of the gaussian noise (if logit
=FALSE).
If TRUE, the outcome is transformed to binary with a logit link.
RNG seed.
example_3way(5,2.5,logit=FALSE)
example_3way(5,0,logit=TRUE)
Run the code above in your browser using DataLab