Learn R Programming

mlmpower (version 1.0.11)

print.mp_parameters: Prints a mp_parameters

Description

Prints a mp_parameters in a human readable format.

Usage

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

Value

Invisibly returns the original variable.

Arguments

x

a mp_parameters.

...

arguments passed to print().

Examples

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

Run the code above in your browser using DataLab