print.mp_variable {mlmpower}R 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
    )
)

[Package mlmpower version 1.0.8 Index]