R/births.R

#' Births in Greece, 1976-1989
#'
#' @description
#' A data frame giving the number of births per 1000 people
#' in Greece from 1976 to 1989.
#'
#' @usage births
#'
#' @docType data
#'
#' @format A data frame with 14 observations of 2 columns:
#' \describe{
#'   \item{\code{year}}{years from 1976 to 1989}
#'   \item{\code{rate}}{number of births per 1000 people}}
#'
#' @name births
#'
#' @source The original data are available at
#' \href{http://www.statistics.gr/}{Hellenic Statistical Authority}
#'
NULL
okgreece/gginference documentation built on July 6, 2023, 10:02 a.m.