print.mp_variable: Prints a 'mp_variable'

print.mp_variableR Documentation

Prints a mp_variable

Description

Prints a mp_variable in a human readable format.

Usage

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

Arguments

x

a mp_variable.

...

other arguments not used by this method.

Value

Invisibly returns the original variable.

Examples

print(
    within_predictor(
        'X',
        weight = 1,
        mean = 5,
        sd = 10,
        icc = 0.1
    )
)

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