R/data_matmort.R

# matmort ----
#' Maternal Mortality
#'
#' Maternal mortality by country and year from the World Health Organisation.
#'
#' @format A data frame with 181 rows and 4 variables:
#' \describe{
#'    \item{Country}{The full country name}
#'    \item{1990}{Maternal mortality for 1990 (format: "rate \[lowCI-highCI\]")}
#'    \item{2000}{Maternal mortality for 2000 (format: "rate \[lowCI-highCI\]")}
#'    \item{2015}{Maternal mortality for 2015 (format: "rate \[lowCI-highCI\]")}
#' }
#' @source \url{https://apps.who.int/gho/data/node.main.15?lang=en}
"matmort"
PsyTeachR/reprores-v2 documentation built on Sept. 26, 2022, 10:06 a.m.