Orthodont | R Documentation |
A data-set that contains dental data for 27 children at ages 8, 10, 12 and 14
Orthodont
A data frame with 108 rows and 5 columns:
outcome variable
age of the child
id as character
sex of the child
id as numeric
## Not run:
data(Orthodont)
set.seed(123)
NormalMVD <- ngme( fixed = distance ~ age,
random = ~ 1|id,
data = Orthodont,
reffects = "Normal",
use.process = F,
silent = F,
nIter = 2,
controls = list(estimate.fisher = FALSE,
subsample.type = 0))
print(NormalMVD$fixed_est)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.