summary.mmcsd.theta | R Documentation |
Summarise the results of 'cov_mmcsd' fit.
## S3 method for class 'mmcsd.theta'
summary(object, ...)
object |
A mmcsd.theta fitted model |
... |
Additional params passed to summary |
Return NULL and print in terminal the results.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.