Pillai_iterativ {MAGMA.R} | R Documentation |
Pillai's Trace with respect to sample size.
Pillai_iterativ(da, gr, co, st)
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 |
This function computes Pillai's Trace for increasing sample size.
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.
Julian Urban