LoslegenKostenlos loslegen

Further exploring missingness dependence

Using the information from earlier on the oceanbuoys dataset, which of these statements makes the most appropriate statement on the missingness type?

Try using gg_miss_var(), and gg_miss_case(), faceting by year to get more information. For example:

library(naniar)
gg_miss_var(oceanbuoys, facet = year)

Diese Übung ist Teil des Kurses

Dealing With Missing Data in R

Kurs anzeigen

Interaktive Übung

In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.

Übung starten