R/data.R

#' Data from Chile 
#'
#' A dataset containing regions of Chile, population, and a fake variable (proportion)
#'
#' @format A data frame with 15 rows and 3 variables:
#' \describe{
#'   \item{reg}{15 administrative regions}
#'   \item{pob}{population}
#'  \item{pr}{proportion of a fake variable}
#'   ...
#' }
#' @source \url{http://www.ine.cl/}
"chile"
sdaza/sampler documentation built on June 22, 2020, 4:51 a.m.