Nelson-Gon/mde: Missing Data Explorer: Further Easing Missingness Exploration
Description
mde version 0.2.0
Additions
-
na_summarywhich provides a very quick overview of missingness. It also supports grouped summaries. -
drop_na_ifallows easy dropping of columns where all values are missing. -
custom_na_recodeallows replacing missing values with common values such as mean, min, max, sd.
Major changes
-
In
percent_missing, the argumentgroupedwas dropped in favour of simply providing agrouping_colsvector. -
In
recode_as_na,subset_dfwas dropped. It now simply accepts an optionalsubset_colsargument. The argumenttidywas also dropped.One can simply provide an optionalpattern_typeandpattern. -
Similar changes were made for
recode_na_asas above. -
The argument
xwas changed todfindrop_na_at.
Files
Nelson-Gon/mde-v0.2.0.zip
Files
(390.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:2bff7202f9dce06ec4bcd6a61717b331
|
390.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/Nelson-Gon/mde/tree/v0.2.0 (URL)