View source: R/describe_missings.R
describe_missings | R Documentation |
This function provides missing statistics by calculating a) the total sparseness and b) the missing percentage per column.
describe_missings(data)
data |
A data frame. |
A tibble with two columns:
variable
The original names of the columns in data
the missing percentage was calculated for
missings
Percentage of missings
The first row of the returned tibble gives the total percentage of missings across all columns (i.e., "Total sparseness").
describe_missings(studach)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.