print.mp_parameters {mlmpower}R Documentation

Prints a mp_parameters

Description

Prints a mp_parameters in a human readable format.

Usage

## S3 method for class 'mp_parameters'
print(x, ...)

Arguments

x

a mp_parameters.

...

arguments passed to print().

Value

Invisibly returns the original variable.

Examples

print(
    summary(
        outcome('Y')
        + within_predictor('X')
        + effect_size(icc = cross_sectional)
    )
)

[Package mlmpower version 1.0.8 Index]