adult {dataPreparation} | R Documentation |
Adult for UCI repository
Description
For examples and tutorials, and in order to build messy_adult
, UCI adult data set is used.
Data Set Information:
Extraction was done by Barry Becker from the 1994 Census database. A set of reasonably clean records was
extracted using the following conditions: ((AAGE>16) && (AGI>100) && (AFNLWGT>1)&& (HRSWK>0))
Prediction task is to determine whether a person makes over 50K a year.
Usage
data("adult")
Format
A data.frame with 32561 rows and 15 variables.
References
https://archive.ics.uci.edu/ml/datasets/adult
[Package dataPreparation version 1.1.1 Index]