Skip to content
Snippets Groups Projects
Commit 639362df authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Version 2.0.4: New Austrian population mortality table

parent fc3dc3f3
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ Return a copy of the table with an additional loading added ...@@ -19,9 +19,9 @@ Return a copy of the table with an additional loading added
} }
\section{Methods (by class)}{ \section{Methods (by class)}{
\itemize{ \itemize{
\item \code{mortalityTable}: Return the life table with the given loading set \item \code{setLoading(mortalityTable)}: Return the life table with the given loading set
}}
}}
\examples{ \examples{
mortalityTables.load("Austria_Census") mortalityTables.load("Austria_Census")
# Austrian census mortality 2011 reduced by 30\% # Austrian census mortality 2011 reduced by 30\%
......
...@@ -19,9 +19,9 @@ Return a copy of the table with the given modification function added ...@@ -19,9 +19,9 @@ Return a copy of the table with the given modification function added
} }
\section{Methods (by class)}{ \section{Methods (by class)}{
\itemize{ \itemize{
\item \code{mortalityTable}: Return the life table with the given modification set \item \code{setModification(mortalityTable)}: Return the life table with the given modification set
}}
}}
\examples{ \examples{
mortalityTables.load("Austria_Census") mortalityTables.load("Austria_Census")
# Austrian census mortality 2011, with a lower floor of 0.1\% death probability # Austrian census mortality 2011, with a lower floor of 0.1\% death probability
......
...@@ -56,9 +56,9 @@ Return all transition probabilities of the pension table (generational probabili ...@@ -56,9 +56,9 @@ Return all transition probabilities of the pension table (generational probabili
} }
\section{Methods (by class)}{ \section{Methods (by class)}{
\itemize{ \itemize{
\item \code{pensionTable}: Return all transition probabilities of the pension table for the generation YOB \item \code{transitionProbabilities(pensionTable)}: Return all transition probabilities of the pension table for the generation YOB
}}
}}
\examples{ \examples{
pensionTables.load("USA_PensionPlans") pensionTables.load("USA_PensionPlans")
transitionProbabilities(RP2014.male, YOB = 1962) transitionProbabilities(RP2014.male, YOB = 1962)
......
...@@ -17,10 +17,10 @@ Return a \code{mortalityTable.trendProjection} object with the trend damping rem ...@@ -17,10 +17,10 @@ Return a \code{mortalityTable.trendProjection} object with the trend damping rem
} }
\section{Methods (by class)}{ \section{Methods (by class)}{
\itemize{ \itemize{
\item \code{mortalityTable.trendProjection}: Return a \code{mortalityTable.trendProjection} \item \code{undampenTrend(mortalityTable.trendProjection)}: Return a \code{mortalityTable.trendProjection}
object with the trend damping removed. object with the trend damping removed.
}}
}}
\examples{ \examples{
mortalityTables.load("Austria_Annuities") mortalityTables.load("Austria_Annuities")
AVOe2005R.male.undamped = undampenTrend(AVOe2005R.male) AVOe2005R.male.undamped = undampenTrend(AVOe2005R.male)
......
...@@ -191,7 +191,7 @@ plotMortalityTables(RR67, EROM85.male, EROF85.female, EROM.G1950.male.av, EROF.G ...@@ -191,7 +191,7 @@ plotMortalityTables(RR67, EROM85.male, EROF85.female, EROM.G1950.male.av, EROF.G
#### Census tables #### Census tables
* gender-specific period tables * gender-specific period tables
* male+female, unisex only 2000/02 and 2010/12; ages 0--95, from 1930 on 0--100 * male+female, unisex only starting 2000/02; ages 0--95, from 1930 on 0--100
* Based on the official census data: * Based on the official census data:
* 1868/71 * 1868/71
* 1879/82 * 1879/82
...@@ -206,6 +206,7 @@ plotMortalityTables(RR67, EROM85.male, EROF85.female, EROM.G1950.male.av, EROF.G ...@@ -206,6 +206,7 @@ plotMortalityTables(RR67, EROM85.male, EROF85.female, EROM.G1950.male.av, EROF.G
* 1990/92 * 1990/92
* 2000/02 * 2000/02
* 2010/12 * 2010/12
* 2020/22
* Usage with the `MortalityTables` package: * Usage with the `MortalityTables` package:
```{r OeVSt} ```{r OeVSt}
mortalityTables.load("Austria_Census") mortalityTables.load("Austria_Census")
...@@ -239,9 +240,9 @@ mort.AT.MCMC ...@@ -239,9 +240,9 @@ mort.AT.MCMC
* Source: R. Kainhofer, J. Hirz, A. Schubert: AVÖ 2018-P - Rechnungsgrundlagen für die Pensionsversicherung, Dokumentation der Pensionstafel, Arbeitskreis Rechnungsgrundlagen, Aktuarvereinigung Österreichs (AVÖ), 30. August 2018. https://oefdv.avoe.at/rechnungsgrundlagen/ * Source: R. Kainhofer, J. Hirz, A. Schubert: AVÖ 2018-P - Rechnungsgrundlagen für die Pensionsversicherung, Dokumentation der Pensionstafel, Arbeitskreis Rechnungsgrundlagen, Aktuarvereinigung Österreichs (AVÖ), 30. August 2018. https://oefdv.avoe.at/rechnungsgrundlagen/
### Observed population mortalities 1947--2016 (by Statistik Austria) ### Observed population mortalities 1947--2022 (by Statistik Austria)
* Gender-specific observations of the mortalities from1947 * Gender-specific observations of the mortalities from 1947
* Provided by Statistik Austria (no formal publication of the tables), can be used freely with attribution * Provided by Statistik Austria (no formal publication of the tables), can be used freely with attribution
* Usage with the `MortalityTables` package: * Usage with the `MortalityTables` package:
```{r AT.Observation, results="hide"} ```{r AT.Observation, results="hide"}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment