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

Make Package checker happy => Submit to CRAN

parent 4562c68a
Branches
Tags V1.0 V1.0.submission
No related merge requests found
Package: MortalityTables
Type: Package
Version: 1.0
Date: 2016-09-01
Date: 2018-03-30
Title: A Framework for Various Types of Mortality / Life Tables
Authors@R: c(person("Reinhold", "Kainhofer", role=c("aut", "cre"), email="reinhold@kainhofer.com"))
Author: Reinhold Kainhofer [aut, cre]
......
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
RestoreWorkspace: Yes
SaveWorkspace: Yes
AlwaysSaveHistory: Yes
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
......
......@@ -4,7 +4,7 @@ NULL
#' Class mortalityTable.Weibull - Mortality table with Weibull's law
#'
#' A period life table following Weibulls's law of a mortality rate
#' \eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n$}
#' \eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n}
#' The only required slots are the parameters \eqn{k>0} and \eqn{n>0}, all probabilities
#' are calculated from them, for technical reasons a maximum age of 150 is
#' technically assumed. Optionally, a name and loading can be passed
......
......@@ -7,7 +7,7 @@
\title{Class mortalityTable.Weibull - Mortality table with Weibull's law}
\description{
A period life table following Weibulls's law of a mortality rate
\eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n$}
\eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n}
The only required slots are the parameters \eqn{k>0} and \eqn{n>0}, all probabilities
are calculated from them, for technical reasons a maximum age of 150 is
technically assumed. Optionally, a name and loading can be passed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment