revSurvMain: Reverse Survival Estimation

View source: R/reverse_survival_aux.R

revSurvMainR Documentation

Reverse Survival Estimation

Description

Estimate TFR levels from processed information of women, children and date

Usage

revSurvMain(
  year,
  datWomen,
  lxWomen_std,
  q15_45f,
  fertPattern,
  datChildren,
  lxChildren_std,
  q0_5
)

Arguments

year

reference date of estimation in decimal format

lxWomen_std

female survival functions data.frame for reverse survival of females

q15_45f

female adult mortality probability 3 element vector or single value

fertPattern

female fertility pattern (age-specific standardized rates)

datChildren

children population data.frame

lxChildren_std

children survival functions data.frame for reverse survival of children

q0_5

children mortality probability 3 element vector or single value

datWoman

women population data.frame

Value

estimates of TFR by year prior to reference date


josehcms/fertestr documentation built on Oct. 9, 2024, 9:03 p.m.