Learn R Programming

mtsdi (version 0.3.5)

mstats: Missing Dataset Statistics

Description

Carry out some statistics from the incomplete dataset

Usage

mstats(dataset)

Arguments

dataset

dataset with missing for description

Value

A list containing

rows

number of missing in each row

columns

number of missing in each column

pattern

the pattern of the missing values

Details

This function computes the proportion of missing observations in a given dataset by rows and columns.

See Also

mnimput, getmean, edaprep

Examples

Run this code
# NOT RUN {
data(miss)
mstats(miss)
# }

Run the code above in your browser using DataLab