diff --git a/man/ageShift.Rd b/man/ageShift.Rd index 7110cf5a0d562e68fe0d19e7cdcf50fab3e272ec..ddaed95f05e7c19f26bf3f9609985e672b8bfb31 100644 --- a/man/ageShift.Rd +++ b/man/ageShift.Rd @@ -25,4 +25,11 @@ Return the age shift of the age-shifted life table given the birth year \item \code{mortalityTable.ageShift}: Return the age shift of the age-shifted life table given the birth year }} +\examples{ +mortalityTables.load("Austria_Annuities") +ageShift(AVOe2005R.male.av, YOB=1910) +ageShift(AVOe2005R.male.av, YOB=1955) +ageShift(AVOe2005R.male.av, YOB=2010) + +} diff --git a/man/ages.Rd b/man/ages.Rd index 49cccf3a8c45b691e2d3c5321d05a0f7c577f323..9c147c61f5050bb1fa1d53f7444e963c2209a7ff 100644 --- a/man/ages.Rd +++ b/man/ages.Rd @@ -37,4 +37,11 @@ Return the defined ages of the life table \item \code{mortalityTable.observed}: Return the defined ages of the observed life table }} +\examples{ +mortalityTables.load("Austria_*", wildcard=TRUE) +ages(AVOe2005R.male) +ages(AVOe1996R.male) +ages(mort.AT.census.2011.male) + +} diff --git a/man/baseTable.Rd b/man/baseTable.Rd index 7011174f30a08835ab8e2da7e21d700ad4070e1f..4b7dd345dbfd7a741ceb094f69f7e2dda724cb99 100644 --- a/man/baseTable.Rd +++ b/man/baseTable.Rd @@ -27,4 +27,9 @@ Return the base table of the life table \item \code{mortalityTable.period}: Return the base table of the life table }} +\examples{ +mortalityTables.load("Austria_Annuities") +baseTable(AVOe2005R.male) + +} diff --git a/man/baseYear.Rd b/man/baseYear.Rd index 059a6cecbd96cf581c04c97077d2c13786b4f36b..281ff4b47970da5952c17a4cc783cd602606bb46 100644 --- a/man/baseYear.Rd +++ b/man/baseYear.Rd @@ -27,4 +27,9 @@ Return the base year of the life table \item \code{mortalityTable.mixed}: Return the base year of the life table }} +\examples{ +mortalityTables.load("Austria_Annuities") +baseYear(AVOe2005R.male) + +}