impute {SDAResources}R Documentation

impute data

Description

Small artificial data set used to illustrate imputation methods. Missing values are denoted by NA.

Usage

data(impute)

Format

This data frame contains the following columns:

person:

identification number for person

age:

age in years

gender:

M = male

F = female

education:

number of years of education

crime:

= 1 if victim of any crime

= 0 otherwise

violcrime:

= 1 if victim of violent crime

= 0 otherwise

References

Lohr (2021), Sampling: Design and Analysis, 3rd Edition. Boca Raton, FL: CRC Press.

Lu and Lohr (2021), R Companion for Sampling: Design and Analysis, 3rd Edition, 1st Edition. Boca Raton, FL: CRC Press.


[Package SDAResources version 0.1.1 Index]