Learn R Programming

mlmpower (version 1.0.9)

summary.mp_model: Obtain the Parameter Summaries for A mp_model

Description

Provide the summarized parameter estimates for a mp_model, including the variance explained break downs.

Usage

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

Value

A mp_parameters object that contains the population parameters based on the model. If random correlations are used the average correlation is used to compute the parameters. If multiple ICC's are specified then a named base::list is returned containing the parameter value for each ICC value.

Arguments

object

a mp_model

...

other arguments not used by this method.

Examples

Run this code
summary(
    outcome('Y')
    + within_predictor('X')
    + effect_size(icc = cross_sectional)
)

Run the code above in your browser using DataLab