R/data.R

#' Datt (1998) grouped data for rural india, 1983
#'
#' Dataset from Datt (1998) with grouped data for rural India in 1983.
#'
#' @format A data frame with 13 observations on the following 6 variables:
#' \describe{
#'  \item{monthly_pc_exp}{Welfare range class}
#'  \item{mean_monthly_pc_exp}{Mean welfare for given welfare range class}
#'  \item{percentage_of_persons}{Percentage of individuals in given welfare class}
#'   \item{L}{Cumulative welfare}
#'  \item{p}{Cumulative population}
#'  \item{area}{rural}
#'  }
#'
#'  @source Datt, G. (1998). See get_cp vignette.
#'
"datt_rural"

#' Grouped data for urban india, 1983
#'
#' Dataset from Sarvekshana N26 Vol 9 N 4, created by the author following
#' Datt(1998) methodology with grouped data for urban India in 1983.
#'
#' @format A data frame with 13 observations on the following 6 variables:
#' \describe{
#'  \item{monthly_pc_exp}{Welfare range class}
#'  \item{mean_monthly_pc_exp}{Mean welfare for given welfare range class}
#'  \item{percentage_of_persons}{Percentage of individuals in given welfare class}
#'   \item{L}{Cumulative welfare}
#'  \item{p}{Cumulative population}
#'  \item{area}{urban}
#'  }
#'
#'  @source Sarvekshana N26 Vol 9 N 4, and Datt, G. (1998) for methodology. See get_cp vignette.
#'
"datt_urban"
worldbank/pipr documentation built on Dec. 22, 2024, 7:08 a.m.