Learn R Programming

MAGMA.R (version 1.0.3)

inner_d: inner_d

Description

d-ratio and pairwise Cohen's d with respect to sample size.

Usage

inner_d(da, gr, co, st, co_ord = NULL, co_nom = NULL)

Value

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.

Arguments

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.

Author

Julian Urban

Details

This function computed the d-ratio and all pairwise effects with respect to sample size.