Learn R Programming

Mmcsd (version 1.0.0)

summary.mmcsd.theta: Summarise the results of 'cov_mmcsd' fit.

Description

Summarise the results of 'cov_mmcsd' fit.

Usage

# S3 method for mmcsd.theta
summary(object, ...)

Value

Return NULL and print in terminal the results.

Arguments

object

A mmcsd.theta fitted model

...

Additional params passed to summary

Examples

Run this code
# \donttest{
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)

# }

Run the code above in your browser using DataLab