data(EEG)
EEG_mod <- MANOVA(resp ~ sex * diagnosis,
data = EEG, subject = "id", resampling = "paramBS",
alpha = 0.05, iter = 10, CPU = 1)
conf.reg(EEG_mod, nullhypo = "sex")
Run the code above in your browser using DataLab