| adjust_p | R Documentation | 
Adjust P-values of a tidy_summary object
adjust_p(x, method)
## S3 method for class 'tidy_summary'
adjust_p(x, method = "BH")
| x | a  | 
| method | (chr, default = "BH") a valid method for
 | 
a tidy_summary object with the Ps adjusted
  library(Hmisc)
  my_summary <- summary(Species ~ ., data = iris,
    method = "reverse",
    test = TRUE
  )
  tidy_summary(my_summary, prtest = "P") %>%
    adjust_p()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.