summary.mmcsd | R Documentation |
Summarise the results of 'mmcsd' fit.
## S3 method for class 'mmcsd'
summary(object, ...)
object |
A mmcsd 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"
)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.