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

Try the gginference package in your browser

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

gginference documentation built on Nov. 10, 2020, 5:10 p.m.