Expenditure: Household's total expenditure data from Pakistan Social and...

Description Usage Format Author(s) References See Also Examples

Description

Expenditure data from Pakistan Social and Living Standards Measurement 2015-16.

Usage

1

Format

A data.table and data.frame with 24238 observation of 14 variables.

hhcode

Household 10 digits code.

Food

Food and non-alcoholic beverages

Hotels

Restaurants and hotels

Furnishing

Furnishing, Household equipment and routine maintenance of the house

Misc

Miscellaneous goods and services

Tobacco

Alcoholic beverages and tobacco

Housing

Housing, Water, Electricity, Gas and other fuels

Clothing

Clothing and Foot wear

Health

Health

Transport

Transport

Communication

Communication, Postal services

Recreation

Recreation and Culture

Education

Education

DurableGoods

Durable Goods

NonDurable

Total expenditure on non-durable goods

Author(s)

  1. Muhammad Yaseen (myaseen208@gmail.com)

  2. Muhammad Arfan Dilber (pbsfsd041@gmail.com)

References

  1. Pakistan Bureau of Statistics, Micro data (http://www.pbs.gov.pk/content/microdata).

See Also

Agriculture , Education , Expenditure , HHRoster , Housing , ICT , LiveStock

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 # library(PSLM2015)
 # data("Expenditure")
 # data("Employment")
 # library(dplyr)
 # income<- Employment %>% rowwise() %>%
 #   mutate(TotalIncome = sum((s1bq08*s1bq09), 
 #    s1bq10, s1bq15, s1bq17, s1bq19, s1bq21
 #    , na.rm = TRUE))
 # exp<-Expenditure %>% select(c("hhcode","NonDurable"))
 # HHIncome<-income %>% group_by(hhcode) %>% 
 # summarise(HHAvgIncome = sum(TotalIncome))
 # IncomeExp<-HHIncome %>% left_join(exp, by = "hhcode")

MYaseen208/PSLM2015 documentation built on May 12, 2019, 4:24 p.m.