R/BirthDeath.R

#' Number of births and death in Greece
#' 
#' @description 
#' A data frame containing the number of births and deaths 
#' along with their rates from 1932 to 2016.
#'  
#' @usage BirthDeath
#' 
#' @docType data
#' 
#' @format A data frame with 71 observations of 5 columns:
#' \describe{
#'   \item{\code{Year}}{years 1932-2016}
#'   \item{\code{Deaths}}{number of deaths}
#'   \item{\code{DeathsRate}}{number of deaths per 1000 citizen}
#'   \item{\code{Births}}{number of births}
#'   \item{\code{BirthRate}}{number of births per 1000 citizen}
#'   }
#' 
#' @name BirthDeath
#' 
#' @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.