R/ICT.R

#' @title Information and communication technology data from Pakistan Social and Living Standard Measures 2015
#' @name   ICT
#' @docType data
#' @keywords datasets
#' @usage data(ICT)
#' @description \code{ICT} data from Pakistan Social and Living Standard Measures 2015.
#' @format A \code{data.table} and  \code{data.frame} with 115910 observations of  28 variables.
#' \describe{
#'        \item{\code{hhcode}}{Household 10 digits  code.}
#'        \item{\code{Province}}{Province of Pakistan}
#'        \item{\code{Region}}{Region of Pakistan (Rural/Urban)}
#'        \item{\code{PSU}}{primary sampling unit 8 digits code}
#'        \item{\code{idc}}{Identification code}
#'        \item{\code{sictq01}}{Computer using in last month (Yes/No)}
#'        \item{\code{sictq0201}}{Computer related 1st activity}
#'        \item{\code{sictq0202}}{Computer related 2nd activity}
#'        \item{\code{sictq0203}}{Computer related 3rd activity}
#'        \item{\code{sictq0204}}{Computer related 4th activity}
#'        \item{\code{sictq0205}}{Computer related 5th activity}
#'        \item{\code{sictq0206}}{Computer related 6th activity}
#'        \item{\code{sictq03}}{Mobile using in last month (Yes/No)}
#'        \item{\code{sictq04}}{Internet Using in last month (Yes/No)}
#'        \item{\code{sictq05}}{Internet used in last three months}
#'        \item{\code{sictq06}}{Internet using in last year (Yes/No)}
#'        \item{\code{sictq0701}}{Internet using of 1st location}
#'        \item{\code{sictq0702}}{Internet using of 2nd location}
#'        \item{\code{sictq0703}}{Internet using of 3rd location}
#'        \item{\code{sictq0704}}{Internet using of 4th location}
#'        \item{\code{sictq0705}}{Internet using of 5th location}
#'        \item{\code{sictq0706}}{Internet using of 6th location}
#'        \item{\code{sictq0801}}{Private purpose internet using activity 1}
#'        \item{\code{sictq0802}}{Private purpose internet using activity 2}
#'        \item{\code{sictq0803}}{Private purpose internet using activity 3}
#'        \item{\code{sictq0804}}{Private purpose internet using activity 4}
#'        \item{\code{sictq0805}}{Private purpose internet using activity 5}
#'        \item{\code{sictq0806}}{Private purpose internet using activity 6}
#'        }
#' @author \enumerate{
#' \item Muhammad Yaseen (\email{myaseen208@gmail.com})
#'  \item Muhammad Arfan Dilber (\email{pbsfsd041@gmail.com})
#'  }
#' @references \enumerate{
#' \item Pakistan Bureau of Statistics, Micro data (\url{http://www.pbs.gov.pk/content/microdata}).
#'  }
#'
#'
#'
#' @seealso
#'    \code{\link{Employment}}
#'  , \code{\link{Education}}
#'  , \code{\link{Expenditure}}
#'  , \code{\link{HHRoster}}
#'  , \code{\link{Housing}}
#'  , \code{\link{LiveStock}}
#'  , \code{\link{Agriculture}}
#'
#' @importFrom magrittr  %>%
#' @importFrom dplyr group_by summarise
#' @importFrom ggplot2  ggplot
#'
#'
#' @examples
#'  # 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)
NULL

Try the PSLM2015 package in your browser

Any scripts or data that you put into this service are public.

PSLM2015 documentation built on May 1, 2019, 6:57 p.m.