# NOT RUN {
  ## Example of ANOVA with TukeyHSD
  library(specmine.datasets)
  data(propolis)
  propolis_proc = missingvalues_imputation(propolis)
  propolis_proc = flat_pattern_filter(propolis_proc, "iqr", by.percent = TRUE,
	red.value = 75) 
  result = aov_all_vars(propolis_proc, "seasons", doTukey = FALSE)
# }
Run the code above in your browser using DataLab