edaprep | R Documentation |
Prepare the dataset for exploratory data analysis
edaprep(dataset)
dataset |
dataset with missing observations |
It replaces missing observation with the vector mean.
It returns dataset
filled in with NA
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
mnimput
, getmean
, edaprep
data(miss)
c <- edaprep(miss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.