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.

18 lines
379B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/convenience_functions.R
  3. \name{ANOVA}
  4. \alias{ANOVA}
  5. \title{Wrapper for oneway.test(var.equal = T)}
  6. \usage{
  7. ANOVA(formula)
  8. }
  9. \arguments{
  10. \item{formula}{An anova formula (\code{variable ~ grouping variable})}
  11. }
  12. \description{
  13. Wrapper for oneway.test(var.equal = T)
  14. }
  15. \seealso{
  16. \code{\link{oneway.test}}
  17. }