Birdkeepers |>
point_plot(zero_one(LC, one="LungCancer") ~ AG + BK, annot = "model")
Birdkeepers |>
mutate(Condition = zero_one(LC, one = "LungCancer")) |>
point_plot(Condition ~ AG + BK, annot = "model") |>
label_zero_one() |>
add_plot_labels(x="age", color = "Birdkeeper?")
Run the code above in your browser using DataLab