Skip to contents

demor 1.0.11

  1. fert.approx():
    • now returns an object of class fert.approx
    • added predict.fert.approx(), so fitted fertility schedules can be predicted on new ages with predict(fit, age = 15:49)
    • Added asymptotic uncertainty estimates for fert.approx() via se.method = "asymptotic", which is now the default when se = TRUE. Bootstrap uncertainty estimates remain available with se.method = "bootstrap".
  2. yll() and mort.approx() now use match.arg() for the type and model arguments, so defaults work when the argument is omitted.
  3. edagger(): corrected the contribution of the open (last) age interval, which previously made e-dagger scale with the life-table radix l0 (it biased overall estimate unfortunately). Results are now radix-invariant.
  4. leslie(): correction to the documentation: before defaults were stated incorrectly.

demor 1.0.10

CRAN release: 2026-05-22

  • First CRAN release.