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