powered by
Prepare the dataset for exploratory data analysis
edaprep(dataset)
dataset with missing observations
It returns dataset filled in with NA
dataset
NA
It replaces missing observation with the vector mean.
mnimput, getmean, edaprep
mnimput
getmean
edaprep
# NOT RUN { data(miss) c <- edaprep(miss) # }
Run the code above in your browser using DataLab