print.SMNCens: Print a smn.clmm object

print.SMNclmmR Documentation

Print a smn.clmm object

Description

Print a smn.clmm object.

Usage

  ## S3 method for class 'SMNclmm'
print(x, ...)

Arguments

x

An object inheriting from class SMNclmm, representing a fitted scale mixture normal linear mixed model with censored responses.

...

Additional print arguments.

Author(s)

Fernanda L. Schumacher, Larissa A. Matos, Victor H. Lachos and Katherine L. Valeriano

See Also

smn.clmm, summary.SMNclmm

Examples

nj1 = 5; m = 30
time = rep(1:nj1, times=m)
groups = as.factor(rep(1:m, each=nj1))
dat1 = rsmsn.clmm(time, groups, cbind(1,time), rep(1,m*nj1), sigma2=0.7,
                  D=0.6*diag(1), beta=c(1,2), depStruct="UNC")
fm1 = smn.clmm(dat1, formFixed=y~x, groupVar="ind", formRandom=~1,
               depStruct="UNC", ci="ci", lcl="lcl", ucl="ucl")
fm1

fernandalschumacher/lmmsmsn documentation built on Jan. 21, 2025, 1:24 a.m.