Mag | R Documentation |
Interprets R^2-related effect sizes
Mag(x, squared=TRUE)
x |
Value |
squared |
Is value squared? |
Interpreter for R^2-related effect sizes (see example).
Alexey Shipunov
aa <- apply(cor(trees), 1:2, function(.x) Mag(.x, squared=FALSE)) aa[upper.tri(aa, diag=TRUE)] <- "-" noquote(aa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.