Hello,
I'm wondering what the difference is between a few functions in R:
manova(outcome ~ predictor+predictor)
lm(outcome ~ predictor+predictor)
then your package
mancova(data, deps, factors = NULL, covs = NULL, multivar = list("pillai",
"wilks", "hotel", "roy"), boxM = FALSE, shapiro = FALSE ...