out_type <- knitr::opts_knit$get("rmarkdown.pandoc.to")

r = getOption("repos")
r["CRAN"] = "https://cran.rstudio.com/"
#r["CRAN"] = "https://cloud.r-project.org/"
#r["CRAN"] = "https://ftp.iitm.ac.in/cran/"
options(repos = r)
switch(out_type,
    html = {cat("<p> 1. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Faisalabad-Pakistan  (myaseen208@gmail.com).</p>")},
    latex = cat("\\begin{center}
1. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Faisalabad-Pakistan  (myaseen208@gmail.com).

\\end{center}" )
)

\begin{center} \vspace{6pt} \hrule \end{center}

knitr::opts_chunk$set(echo = TRUE,
                      comment = "",
                      fig.cap = "")
library(PDHS)

Introduction

The R package PDHS provides data set and function for exploration of Pakistan Demographic and Health Survey (PDHS) data http://nips.org.pk/Home.htm. The 2017-18 Pakistan Demographic and Health Survey (PDHS) is designed to provide data for monitoring the health situation in Pakistan. The 2017-18 PDHS is the 4th DHS survey conducted in Pakistan since 1990-91. It provides reliable estimates at the national level, for urban and rural areas, and for 4 regions and 4 provinces. The national total for indicators excludes Azad Jammu and Kashmir and Gilgit Baltistan.



myaseen208/PDHS documentation built on Feb. 29, 2020, 8:15 a.m.