Learn R Programming

mlmpower (version 1.0.9)

print.mp_variable: Prints a mp_variable

Description

Prints a mp_variable in a human readable format.

Usage

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

Value

Invisibly returns the original variable.

Arguments

x

a mp_variable.

...

other arguments not used by this method.

Examples

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

Run the code above in your browser using DataLab