You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
290B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/tests.R
  3. \name{ANOVA}
  4. \alias{ANOVA}
  5. \title{Wrapper for summary(aov)}
  6. \usage{
  7. ANOVA(formula)
  8. }
  9. \arguments{
  10. \item{formula}{An anova formula (variable ~ grouping variable)}
  11. }
  12. \description{
  13. Wrapper for summary(aov)
  14. }