edaprep {mtsdi} | R Documentation |
Dataset Preparation for Analysis
Description
Prepare the dataset for exploratory data analysis
Usage
edaprep(dataset)
Arguments
dataset |
dataset with missing observations |
Details
It replaces missing observation with the vector mean.
Value
It returns dataset
filled in with NA
Author(s)
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
See Also
Examples
data(miss)
c <- edaprep(miss)
[Package mtsdi version 0.3.5 Index]