CLiREN-LMS
Data Analysis in R

Summarizing Categorical Variables

Code Example 5

30-45 minutes Applied Step 8 of 9
Code

Code Example 5

8 / 9
Code

Code Example 5

r

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