powered by
Adjust P-values of a tidy_summary object
tidy_summary
adjust_p(x, method)# S3 method for tidy_summary adjust_p(x, method = "BH")
# S3 method for tidy_summary adjust_p(x, method = "BH")
a tidy_summary object with the Ps adjusted
a tidy_summary object.
(chr, default = "BH") a valid method for p.adjust
p.adjust
# \donttest{ library(Hmisc) my_summary <- summary(Species ~ ., data = iris, method = "reverse", test = TRUE ) tidy_summary(my_summary, prtest = "P") %>% adjust_p() # }
Run the code above in your browser using DataLab