count_non_confounders {metaconfoundr} | R Documentation |
Count and plot non-confounders
Description
Count and plot non-confounders
Usage
count_non_confounders(.df)
plot_non_confounders(.df, ..., geom = ggplot2::geom_col, sort = TRUE)
Arguments
.df |
A data frame, usually the result of |
... |
Arguments passed to |
geom |
The ggplot2 geom to use |
sort |
Logical. Should the results be sorted? |
Value
a tibble
or ggplot
Examples
ipi %>%
metaconfoundr() %>%
plot_non_confounders(size = 3, geom = ggplot2::geom_point)
[Package metaconfoundr version 0.1.2 Index]