# NOT RUN {
## Example of plotting the ANOVA results - first filter the
## dataset to reduce computation time
library(specmine.datasets)
data(propolis)
propolis_proc = missingvalues_imputation(propolis)
propolis_proc = flat_pattern_filter(propolis_proc, "iqr", by.percent = TRUE,
red.value = 75)
anova.results = aov_all_vars(propolis_proc, "seasons", doTukey = FALSE)
plot_anova(propolis_proc, anova.results)
# }
Run the code above in your browser using DataLab