powered by
mp_correlations
Prints a mp_correlations in a human readable format.
# S3 method for mp_correlations print(x, ...)
Invisibly returns the original variable.
a mp_correlations.
other arguments not used by this method.
model <- ( outcome('Y') + within_predictor('X') + effect_size( icc = c(0.1, 0.2), within = 0.3 ) ) # Print correlations only print(model$corrs)
Run the code above in your browser using DataLab