inner_d {MAGMA.R} | R Documentation |
d-ratio and pairwise Cohen's d with respect to sample size.
inner_d(da, gr, co, st, co_ord = NULL, co_nom = NULL)
da |
Specifying the data frame or tibble with the data. |
gr |
A character vector specifying the IVs. |
co |
A character vector naming the DVs. |
st |
A character naming the variable for iteratively inclusion |
co_ord |
A character vector naming the ordinal DVs. |
co_nom |
A character vector naming the nominal DVs. |
This function computed the d-ratio and all pairwise effects with respect to sample size.
A list of length two. The first element is a matrix including all pairwise effects. The second is a vector expressing d-ratio in dependency of sample size.
Julian Urban