Learn R Programming

Mmcsd (version 1.0.0)

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

Description

Summarise the results of 'mmcsd' fit.

Usage

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

Value

Return NULL and print in terminal the results.

Arguments

object

A mmcsd 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"
)
summary(fit)
# }

Run the code above in your browser using DataLab