powered by
It fits a SM(S)N-(C)LMM by updating a fitted object.
# S3 method for SMN update(object, ..., evaluate = TRUE)# S3 method for SMSN update(object, ..., evaluate = TRUE)# S3 method for SMNclmm update(object, ..., evaluate = TRUE)
# S3 method for SMSN update(object, ..., evaluate = TRUE)
# S3 method for SMNclmm update(object, ..., evaluate = TRUE)
An object resulting from the smsm.lmm(), smn.lmm() or smn.clmm() function.
smsm.lmm()
smn.lmm()
smn.clmm()
A smsn.lmm, smn.lmm or smn.clmm object containing the fitted model to be updated.
Arguments to be changed.
A logical value indicating if the new class should be evaluated. If FALSE, the call is returned.
FALSE
Fernanda L. Schumacher, Larissa A. Matos, Victor H. Lachos and Katherine L. Valeriano
smsn.lmm, smn.lmm, smn.clmm
smsn.lmm
smn.lmm
smn.clmm
fm1 = smn.lmm(nlme::Orthodont, formFixed=distance ~ age+Sex, groupVar="Subject") fm2 = update(fm1, distr="t") fm2
Run the code above in your browser using DataLab