Aan de slagGa gratis aan de slag

Summarizing missingness

Now that you understand the behavior of missing values in R, and how to count them, let's scale up our summaries for cases (rows) and variables, using miss_var_summary() and miss_case_summary(), and also explore how they can be applied for groups in a dataframe, using the group_by function from dplyr.

Deze oefening maakt deel uit van de cursus

Dealing With Missing Data in R

Cursus bekijken

Praktische interactieve oefening

Probeer deze oefening eens door deze voorbeeldcode in te vullen.

# Summarize missingness in each variable of the `airquality` dataset
miss_var_summary(___)
Code bewerken en uitvoeren