Interprets R^2-related effect sizes
Mag(x, squared=TRUE)
Value
Is value squared?
Interpreter for R^2-related effect sizes (see example).
# NOT RUN {
aa <- apply(cor(trees), 1:2, function(.x) Mag(.x, squared=FALSE))
aa[upper.tri(aa, diag=TRUE)] <- "-"
noquote(aa)
# }
Run the code above in your browser using DataLab