4580 Obervations in 15 Variables; This dataset also contains sampling weights!
testdata: a data frame with 4580 observations on the following 15 variables.
urbrur
: a numeric vector
roof
: a numeric vector
walls
: a numeric vector
water
: a numeric vector
electcon
: a numeric vector
relat
: a numeric vector
sex
: a numeric vector
age
: a numeric vector
hhcivil
: a numeric vector
expend
: a numeric vector
income
: a numeric vector
savings
: a numeric vector
ori_hid
: a numeric vector
sampling_weight
: a numeric vector
household_weights
: a numeric vector
The International Household Survey Network, www.ihsn.org
data(testdata)
head(testdata)
#> urbrur roof walls water electcon relat sex age hhcivil expend income
#> 1 2 4 3 3 1 1 1 46 2 90929693 57800000
#> 2 2 4 3 3 1 2 2 41 2 27338058 25300000
#> 3 2 4 3 3 1 3 1 9 1 26524717 69200000
#> 4 2 4 3 3 1 3 1 6 1 18073948 79600000
#> 5 2 4 2 3 1 1 1 52 2 6713247 90300000
#> 6 2 4 2 3 1 2 2 47 2 49057636 32900000
#> savings ori_hid sampling_weight household_weights
#> 1 116258.5 1 100 25.00000
#> 2 279345.0 1 100 25.00000
#> 3 5495381.0 1 100 25.00000
#> 4 8695862.0 1 100 25.00000
#> 5 203620.2 2 100 16.66667
#> 6 1021268.0 2 100 16.66667