Orthodont: Orthodont data

OrthodontR Documentation

Orthodont data

Description

A data-set that contains dental data for 27 children at ages 8, 10, 12 and 14

Usage

Orthodont

Format

A data frame with 108 rows and 5 columns:

distance

outcome variable

age

age of the child

Subject

id as character

Sex

sex of the child

id

id as numeric

Examples

  ## 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)

davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.