An overview table of missingness patterns generated using md_pattern().
codebook_missingness(results, indent = "##")
| results | a data frame |
|---|---|
| indent | add # to this to make the headings in the components lower-level. defaults to beginning at h2 |
#> #> #> #> #> ### Missingness report #> #> #> ```r #> if (length(md_pattern)) { #> if (knitr::is_html_output()) { #> rmarkdown::paged_table(md_pattern, options = list(rows.print = 10)) #> } else { #> knitr::kable(md_pattern) #> } #> } #> ``` #> #> #> #> |description | expired| var_miss| n_miss| #> |:-----------------------------|-------:|--------:|------:| #> |Missing values in 1 variables | 0| 1| 28| #> |Missing values per variable | 28| 28| 28|