Learn R Programming

mtsdi (version 0.3.5)

edaprep: Dataset Preparation for Analysis

Description

Prepare the dataset for exploratory data analysis

Usage

edaprep(dataset)

Arguments

dataset

dataset with missing observations

Value

It returns dataset filled in with NA

Details

It replaces missing observation with the vector mean.

See Also

mnimput, getmean, edaprep

Examples

Run this code
# NOT RUN {
data(miss)
c <- edaprep(miss)
# }

Run the code above in your browser using DataLab