Version : 1.0.0; Copyright (C) 2018-2024: License: GPL-2|GPL-3
- School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
- Department of Mathematics & Statistics, University of Agriculture Faisalabad, Pakistan
- Pakistan Bureau of Statistics
Provides data sets and functions for exploration of Pakistan Population Census 2017 (http://www.pbscensus.gov.pk/).
The package can be installed from CRAN as follows:
install.packages("PakPC2017", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/PakPC2017")
To know whats new in this version type:
news(package = "PakPC2017")
To cite the methods in the package use:
citation("PakPC2017")
To cite package 'PakPC2017' in publications use:
Muhammad Yaseen (2018). _PakPC2017: Pakistan Population Census 2017_.
R package version 1.0.0,
<https://CRAN.R-project.org/package=PakPC2017>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {PakPC2017: Pakistan Population Census 2017},
author = {{Muhammad Yaseen}},
year = {2018},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=PakPC2017},
}