R/data.R

#' @title Creditcoops
#' @srrstats {G1.4} roxygen2 used to document data set
#' @description data set with 22 paired Paraguayan credit cooperatives
#'  (2016, 2018)
#' @format A data frame with 44 rows and 5 variables:
#' \describe{
#'   \item{\code{coop_id}}{double, ID of the credit cooperative}
#'   \item{\code{year}}{integer, sample year}
#'   \item{\code{total_loans}}{double, total loans granted (USD) per year and
#'    cooperative}
#'   \item{\code{paired}}{integer, paires of cooperatives}
#'   \item{\code{total_loans_log}}{double, the natural log of total loans}
#'}
#'
#' @source \url{http://www.incoop.gov.py/v2/}
#' @author Andreas Schneider
#'
#' @note real names of the cooperatives have been purposely omitted, but are
#' available on request.
#'
#' @examples
#' data("creditcoops")
#' head(creditcoops)
"creditcoops"

Try the concstats package in your browser

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

concstats documentation built on March 31, 2023, 10:26 p.m.