print.mp_model: Prints a 'mp_model'

print.mp_modelR Documentation

Prints a mp_model

Description

Prints a mp_variable in a human readable format.

Usage

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

Arguments

x

a mp_model.

...

other arguments not used by this method.

Value

Invisibly returns the original variable.

Examples

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

mlmpower documentation built on June 8, 2025, 11:07 a.m.