ICT: Information and communication technology data from Pakistan...

Description Usage Format Author(s) References See Also Examples

Description

ICT data from Pakistan Social and Living Standard Measures 2015.

Usage

1

Format

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

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

Employment , Education , Expenditure , HHRoster , Housing , LiveStock , Agriculture

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 # 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)

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