| as_idata | R Documentation |
Create individual data frame from a covset object
as_idata(.covset, .n)
.covset |
a covset object. |
.n |
number of IDs to simulate. |
An idata set data frame.
cov1 <- covset(Y ~ rbinomial(0.2), Z ~ rnorm(2,2))
as_idata(cov1, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.