Applies Weights to households. Calls ownership() ; returns expYYYY[renters/owners] This function weighs Israeli census data. Returns 1 of 6 options mat[owner/renter]Weighted[Income/Consumption/NHC].

weighHouseholds(class, metric)

Arguments

class
Takes values of renters or owners.
metric
Takes values of income, consumption or NHC.

Examples

weighHouseholds("renters","income")
#> Error in subset(exp2004s, imputedRent == 0): object 'exp2004s' not found
weighHouseholds("owners","consumption")
#> Error in subset(exp2004s, imputedRent == 0): object 'exp2004s' not found
weighHouseholds("renters","NHC")
#> Error in subset(exp2004s, imputedRent == 0): object 'exp2004s' not found