Description Usage Arguments Examples
Function to count missing data.
1 | CountMissing(.data, vars = NULL, prop = TRUE, exclude.complete = TRUE)
|
.data |
the data frame. |
vars |
vector with name of variables. |
prop |
logical. If this is |
exclude.complete |
Logical. Exclude complete variables from the output. |
1 | CountMissing(marriage, prop = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.