summary.mmcsd {Mmcsd} | R Documentation |
Summarise the results of 'mmcsd' fit.
Description
Summarise the results of 'mmcsd' fit.
Usage
## S3 method for class 'mmcsd'
summary(object, ...)
Arguments
object |
A mmcsd 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"
)
summary(fit)
[Package Mmcsd version 1.0.0 Index]