Learn R Programming

mlmpower (version 1.0.9)

print.mp_model: Prints a mp_model

Description

Prints a mp_variable in a human readable format.

Usage

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

Value

Invisibly returns the original variable.

Arguments

x

a mp_model.

...

other arguments not used by this method.

Examples

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

Run the code above in your browser using DataLab