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.

23 lines
428B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/build.R
  3. \name{testColumn}
  4. \alias{testColumn}
  5. \title{Create the pvalues column}
  6. \usage{
  7. testColumn(df, tests, grp)
  8. }
  9. \arguments{
  10. \item{df}{Dataframe to use for the tests}
  11. \item{tests}{Test function or list of functions}
  12. \item{grp}{Grouping factor}
  13. }
  14. \value{
  15. A numeric vector of pvalues
  16. }
  17. \description{
  18. Create the pvalues column
  19. }
  20. \keyword{internal}