This function calculates missing data groups and appends new column to original dataframe and orders it
1 | miss.group(x)
|
x |
a data frame |
n |
number of rows |
p |
number of columns, variables |
r |
a binary matrix, 1 is mising value, 0 is complete |
group |
missing pattern groups |
new |
matrix with original dataframe and missing pattern group appened and ordered as new column |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.