Learn R Programming

mtsdi (version 0.3.5)

miss: Sample Dataset

Description

A small sample dataset for the tutorial on data imputation

Usage

data(miss)

Arguments

Format

A data frame with 24 observations on the following 5 variables.

c31

a numeric vector with 1 missing observation

c32

a numeric vector with 1 missing observation

c33

a numeric vector with 6 missing observations

c34

a numeric vector with 3 missing observations

c35

a numeric vector with 3 missing observations

Examples

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

Run the code above in your browser using DataLab