housing {rineq} | R Documentation |
Artificial example data on housing conditions
Description
Microdata with a permissive license that includes continuous data on health and income is hard to come by. In stead of real data, the package thus includes an imaginary dataset.
Usage
data(housing)
Format
data.frame
object.
Variable list:
- id
unique identifier per person
- sex
female or male
- age
integer, from 20 to 94
- tenure
categorical. One of homeless, irregular, own_apartment, own_house, or rent
- height
height in cm
- weight
weight in kg
- bmi
weight/(height/100)^2
- income
continuous, imaginary currency without unit
Source
Artificially generated by the package authors
[Package rineq version 0.2.3 Index]