inner_d {MAGMA.R}R Documentation

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)

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.

Details

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

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.

Author(s)

Julian Urban


[Package MAGMA.R version 1.0.3 Index]