mstats | R Documentation |
Carry out some statistics from the incomplete dataset
mstats(dataset)
dataset |
dataset with missing for description |
This function computes the proportion of missing observations in a given dataset by rows and columns.
A list containing
rows |
number of missing in each row |
columns |
number of missing in each column |
pattern |
the pattern of the missing values |
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
mnimput
, getmean
, edaprep
data(miss)
mstats(miss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.