powered by
Interprets R^2-related effect sizes
Mag(x, squared=TRUE)
Value
Is value squared?
Alexey Shipunov
Interpreter for R^2-related effect sizes (see example).
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