Compute total fertility rate from fertility rates
Compute total fertility rates from age-specific fertility rates contained in
a demogdata
object.
tfr(data, PI = FALSE, nsim = 500, ...)
data |
Demogdata object of type |
PI |
If TRUE, produce a prediction interval. |
nsim |
Number of simulations to use when computing a prediction interval. |
... |
Other arguments passed to |
If data are of class demogdata
, the function returns a time
series of fertility rates. If data are from forecast.fdm
, the
function returns an object of class forecast
containing point
forecasts and (optionally) prediction intervals.
Rob J Hyndman
plot(tfr(aus.fert)) ausfert.fcast <- forecast(fdm(aus.fert)) plot(tfr(ausfert.fcast,PI=TRUE,nsim=400))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.