R/ICT.R
ICT.Rd
ICT
data from Pakistan Social and Living Standard Measures 2015.
data(ICT)
A data.table
and data.frame
with 115910 observations of 28 variables.
hhcode
Household 10 digits code.
Province
Province of Pakistan
Region
Region of Pakistan (Rural/Urban)
PSU
primary sampling unit 8 digits code
idc
Identification code
sictq01
Computer using in last month (Yes/No)
sictq0201
Computer related 1st activity
sictq0202
Computer related 2nd activity
sictq0203
Computer related 3rd activity
sictq0204
Computer related 4th activity
sictq0205
Computer related 5th activity
sictq0206
Computer related 6th activity
sictq03
Mobile using in last month (Yes/No)
sictq04
Internet Using in last month (Yes/No)
sictq05
Internet used in last three months
sictq06
Internet using in last year (Yes/No)
sictq0701
Internet using of 1st location
sictq0702
Internet using of 2nd location
sictq0703
Internet using of 3rd location
sictq0704
Internet using of 4th location
sictq0705
Internet using of 5th location
sictq0706
Internet using of 6th location
sictq0801
Private purpose internet using activity 1
sictq0802
Private purpose internet using activity 2
sictq0803
Private purpose internet using activity 3
sictq0804
Private purpose internet using activity 4
sictq0805
Private purpose internet using activity 5
sictq0806
Private purpose internet using activity 6
Pakistan Bureau of Statistics, Micro data (http://www.pbs.gov.pk/content/microdata).
Employment
, Education
, Expenditure
, HHRoster
, Housing
, LiveStock
, Agriculture
# library(PSLM2015) # data("ICT") # library(dplyr) # TechRate<- ICT %>% # group_by(Province, sictq01) %>% # summarise(Count = n()) # # library(ggplot2) # ggplot(data = TechRate, mapping = aes(x = Province, y = Count)) + # geom_col() + labs(colour = "Cylinders") + # facet_grid(. ~ sictq01)