# NOT RUN {
## Example of multifactor ANOVA on all variables
library(specmine.datasets)
data(propolis)
propolis = missingvalues_imputation(propolis, "value", value = 0.00005)
m.aov.results = multifactor_aov_all_vars(propolis,
c("seasons","agroregions"), "seasons*agroregions")
# }
Run the code above in your browser using DataLab