R/BirthDeath2000.R

#' Birth and Deaths before and after 2000
#' 
#' @description 
#' A data frame containing samples with the number of births 
#' and deaths before and after 2000.
#'  
#' @usage BirthDeath2000
#' 
#' @docType data
#' 
#' @format A data frame with 30 observations of 3 columns:
#' \describe{
#'   \item{\code{deaths}}{number of deaths}
#'   \item{\code{births}}{number of births}
#'   \item{\code{type}}{factor indicating if the number of births and deaths 
#'   correspond before 2000 or after 2000}
#'   }
#' 
#' @name BirthDeath2000
#' 
#' @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.