summary.SMN {skewlmm} | R Documentation |
Summary of a smn.lmm object
Description
summary
method for class "SMN".
Usage
## S3 method for class 'SMN'
summary(object, confint.level = 0.95, ...)
Arguments
object |
An object inheriting from class |
confint.level |
Level of the approximate confidence intervals presented. |
... |
Additional arguments. |
Value
varRandom |
Estimated variance matrix from random effects ( |
varFixed |
Parameter estimates of variance from random errors ( |
tableFixed |
Estimated fixed effects, their standard errors and approximated confidence intervals. |
criteria |
Maximum log-likelihood value, AIC and BIC criteria. |
Author(s)
Fernanda L. Schumacher, Larissa A. Matos and Victor H. Lachos
See Also
boot_par
, smn.lmm
, errorVar
, plot.SMN
, residuals.SMN
Examples
fm1 = smn.lmm(distance ~ age+Sex, data=nlme::Orthodont, groupVar="Subject")
summary(fm1)
[Package skewlmm version 1.1.0 Index]