print.mp_correlations | R Documentation |
mp_correlations
Prints a mp_correlations
in a human readable format.
## S3 method for class 'mp_correlations'
print(x, ...)
x |
a |
... |
other arguments not used by this method. |
Invisibly returns the original variable.
model <- (
outcome('Y')
+ within_predictor('X')
+ effect_size(
icc = c(0.1, 0.2),
within = 0.3
)
)
# Print correlations only
print(model$corrs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.