print.mp_parameters {mlmpower} | R Documentation |
mp_parameters
Prints a mp_parameters
in a human readable format.
## S3 method for class 'mp_parameters'
print(x, ...)
x |
|
... |
arguments passed to |
Invisibly returns the original variable.
print(
summary(
outcome('Y')
+ within_predictor('X')
+ effect_size(icc = cross_sectional)
)
)