Cross-Tabulations and Proportions
Code Example 4
Code
10 / 12
Code Example 4
Code
Code Example 4
r
prepared_data |>
tabyl(site, visit_status) |>
adorn_totals(c("row", "col"))
Code Example 4
r
prepared_data |>
tabyl(site, visit_status) |>
adorn_totals(c("row", "col"))