print.mp_model {mlmpower} | R Documentation |
mp_model
Prints a mp_variable
in a human readable format.
## S3 method for class 'mp_model'
print(x, ...)
x |
a |
... |
other arguments not used by this method. |
Invisibly returns the original variable.
print(
outcome('Y')
+ within_predictor('X')
+ effect_size(icc = cross_sectional)
)