CLiREN-LMS
Data Analysis in R

Summarizing Categorical Variables

Code Example 5

30-45 minutes Applied Step 11 of 13
Code

Code Example 5

11 / 13
Code

Code Example 5

r

prepared_data |>
  count(outcome_status, .drop = FALSE)