print.mp_variable {mlmpower} | R Documentation |
mp_variable
Prints a mp_variable
in a human readable format.
## S3 method for class 'mp_variable'
print(x, ...)
x |
a |
... |
other arguments not used by this method. |
Invisibly returns the original variable.
print(
within_predictor(
'X',
weight = 1,
mean = 5,
sd = 10,
icc = 0.1
)
)