View source: R/Pillai_functions.R
Pillai_iterativ | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.