powered by
fmt_uni_regression
The adjustments to the p-values is performed with stats::p.adjust. The default method for correction is false discovery rate ("fdr")
stats::
p.adjust
"fdr"
# S3 method for fmt_uni_regression add_q(x, method = "fdr", ...)
table1 object
table1
character argument. Methods from stats::p.adjust are accepted. Default is method = fdr.
method = fdr
further arguments passed to or from other methods
# NOT RUN { lm(mpg ~ hp + am, mtcars) %>% fmt_regression() %>% bold_p() trial %>% fmt_uni_regression( method = "lm", y = "age" ) %>% add_global() %>% add_q() # }
Run the code above in your browser using DataLab