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