| labbe | R Documentation | 
This plot shows relationship between proportions of events in control and treatment groups in binary data.
labbe(
  data,
  group = "group",
  plot_model = FALSE,
  labels = TRUE,
  shade_se = c("rr", "or", "none")
)
| 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  | 
A ggplot object
vignette("baggr_binary") for an illustrative example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.