Calculations are delegated to stats::manova

stat_manova(x, f, ..., test = "Pillai")

stat_manova_pairwise(x, f, ..., test = "Pillai")

Arguments

x

tibble

f

factor used as right hand side in stats::manova's formula

...

columns used as left hand side in stats::manova's formula

test

forwarded to broom::tidy.manova's test. One of "Pillai" (Pillai's trace, default), "Wilks" (Wilk's lambda), "Hotelling-Lawley" (Hotelling-Lawley trace) or "Roy" (Roy's greatest root) indicating which test statistic should be used.

Value

see Value section in broom::tidy.manova

Functions

  • stat_manova_pairwise: pairwise manova for every pair of levels