mmlcrdf {mmlcr} | R Documentation |
The mmlcrdf
data frame has 750 rows and 8 columns. It is a simulated data frame
used for the mmlcr
examples.
data(mmlcrdf)
id
age
sex
cov1
tcov1
resp1
resp2
resp3
simulation
## Not run: data(mmlcrdf) ## Not run: mmlcrdf.mmlcr2 <- mmlcr(outer = ~ sex + cov1 | id, components = list( list(formula = resp1 ~ 1, class = "cnormonce", min = 0, max = 50), list(formula = resp2 ~ poly(age, 2) + tcov1, class = "poislong"), list(formula = resp3 ~ poly(age, 2), class = "multinomlong") ), data = mmlcrdf, n.groups = 2) ## End(Not run)