summary.mmcsd.theta {Mmcsd} | R Documentation |
Summarise the results of 'cov_mmcsd' fit.
Description
Summarise the results of 'cov_mmcsd' fit.
Usage
## S3 method for class 'mmcsd.theta'
summary(object, ...)
Arguments
object |
A mmcsd.theta fitted model |
... |
Additional params passed to summary |
Value
Return NULL and print in terminal the results.
Examples
fit <- mmcsd(
score ~ wave + ageg + ecacg + qualifg,
waves = wave, ids = id,
weights = weight, stratum = strata, cluster = cluster,
data = example_data, sigma = "exchangeable"
)
fitTheta_ucm <- cov_mmcsd(fit,
fittingType = "PML", sigmaThetaExpr = "UCM",
optimParams = list(par = c(7, 5))
)
summary(fitTheta_ucm)
[Package Mmcsd version 1.0.0 Index]