R/PKWI21.R

#' @title Pakistan Demographic and Health Survey 1990-91 Wealth Index Data
#' @name  PKWI21
#' @description \code{PKWI21} data of Wealth Index from Pakistan Demographic and Health Survey 1990-91.
#' \describe{
#'     \item{\code{whhid}}{household id}                      
#'     \item{\code{wlthindf}}{wealth index from factor scores}
#'     \item{\code{wlthind5}}{quintiles of wealth index}      
#'     \item{\code{whhid}}{household id}                      
#'     \item{\code{wlthindf}}{wealth index from factor scores}
#'     \item{\code{wlthind5}}{quintiles of wealth index}      
#'
#'   }
#'
#' @author
#'  \enumerate{
#'   \item{Muhammad Yaseen } {(\email{myaseen208@@gmail.com})}
#'   }
#'
#' @references
#' \enumerate{
#'   \item National Institute of Population Studies (NIPS), Pakistan (\url{http://nips.org.pk/Home.htm}).
#'  }
#'
#' @import tibble
#'
#' @examples
#' # Loading PKWI21
#'  \dontrun{
#'  load(url(
#'   "https://github.com/myaseen208/PDHSData/raw/master/data/PKWI21.RData"
#'   ))
#'   PKWI21
#'  }
NULL
myaseen208/PDHS documentation built on Feb. 29, 2020, 8:15 a.m.