# NOT RUN {
test1 <- compareIVs(
dv = c("mpg", "disp"),
type = c("normal", "normal"),
iv = c("hp", "qsec"),
covariates = "am",
data = mtcars, multivariate = TRUE)
test1$OverallSummary
rm(test1)
# }
Run the code above in your browser using DataLab