MulaiMulai sekarang secara gratis

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.

Latihan ini adalah bagian dari kursus

Dealing With Missing Data in R

Lihat Kursus

Latihan interaktif praktis

Cobalah latihan ini dengan menyelesaikan kode contoh berikut.

# Summarize missingness in each variable of the `airquality` dataset
miss_var_summary(___)
Edit dan Jalankan Kode