Pillai_iterativ {MAGMA.R} | R Documentation |
Pillai_iterativ
Description
Pillai's Trace with respect to sample size.
Usage
Pillai_iterativ(da, gr, co, st)
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 |
Details
This function computes Pillai's Trace for increasing sample size.
Value
A vector containing Pillai's Trace in dependency of sample size. If two grouping variables were specified, the output is a matrix containing Pillai's Trace for both IVs and their ineraction.
Author(s)
Julian Urban
[Package MAGMA.R version 1.0.3 Index]