Cross-Tabulations and Proportions
Code Example 4
Code
7 / 8
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"))