R/remarriages.R

#' Numbers of remarriages in China
#'
#' Numbers of movements between "Divorced" or "Widowed"
#' and "Married", calculated
#' from official Chinese data on marriages, divorces, and
#' remarriages. Note that, using the official data, it
#' is not possible to distinguish between transitions
#' from divorced to married and transitions from
#' widowed to married, so the dataset combines the two.
#' 
#' @format An array with dimensions "status_orig", "status_dest",
#' and "time".
#'
#' @seealso \code{\link{marriages_divorces}},
#' \code{\link{conc_marital_status}}
#'
#' @source JUNNI TO COMPLETE
"remarriages"
bayesiandemography/marital documentation built on July 30, 2020, 3:22 a.m.