inst/shiny-examples/scdhlm/code-chunks/fit-RML.R

# Fit the model
fit_RML <- lme(fixed = {user_fixed}, 
               random = {user_random}, {corr_struct} {var_struct}
               data = dat,
               control = lmeControl(msMaxIter = 50, apVar = FALSE, returnObject = TRUE))
summary(fit_RML)
jepusto/scdhlm documentation built on Feb. 27, 2024, 4:45 p.m.