R/Area_Level_Data.R

#' Area level data
#'
#' The data which describes the sociodemographic characters (proportion of indigenous people, proportions of immigrants, proportion of low education, median household income) for 96 regions.
#'
#' @format
#' A data frame with 96 rows and 5 columns:
#' \describe{
#'   \item{RHDA}{Region name}
#'   \item{Percentage_of_immigrants}{percentage of immigrants in each region}
#'   \item{Percentage_of_indigenous}{percentage of indigenous people in each region}
#'   \item{Proporton_of_Low_education}{proportion of persons 15+ who have not graduated high school}
#'   \item{Income}{median household income}
#'   ...
#' }
#'
"Area_Level_Data"

Try the GDILM.SIR package in your browser

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

GDILM.SIR documentation built on June 22, 2024, 10:33 a.m.