shipunov (version 1.13)

Mag: Interpreter for effect sizes

Description

Interprets R^2-related effect sizes

Usage

Mag(x, squared=TRUE)

Arguments

x

Value

squared

Is value squared?

Details

Interpreter for R^2-related effect sizes (see example).

Examples

Run this code
# 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 DataCamp Workspace