print.SMNclmm {skewlmm} | R Documentation |
Print a smn.clmm object
Description
Print a smn.clmm object.
Usage
## S3 method for class 'SMNclmm'
print(x, confint.level = 0.95, ...)
Arguments
x |
An object inheriting from class |
confint.level |
Level of the approximate confidence intervals presented. |
... |
Additional print arguments. |
Author(s)
Fernanda L. Schumacher, Larissa A. Matos, Victor H. Lachos and Katherine L. Valeriano
See Also
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
[Package skewlmm version 1.1.0 Index]