labbe {baggr} | R Documentation |
L'Abbe plot for binary data
Description
This plot shows relationship between proportions of events in control and treatment groups in binary data.
Usage
labbe(
data,
group = "group",
plot_model = FALSE,
labels = TRUE,
shade_se = c("rr", "or", "none")
)
Arguments
data |
a data frame with binary data
(must have columns |
group |
a character string specifying group names (e.g. study names), used for labels; |
plot_model |
if |
labels |
if |
shade_se |
if |
Value
A ggplot
object
See Also
vignette("baggr_binary")
for an illustrative example
[Package baggr version 0.7.11 Index]