From a32a99ed2690e668a87e8de3cede0330632f27c0 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Sat, 27 Aug 2016 22:47:09 +0200 Subject: [PATCH] Improve documentation --- R/valuationTable.period.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/valuationTable.period.R b/R/valuationTable.period.R index 89802ee..5f046aa 100644 --- a/R/valuationTable.period.R +++ b/R/valuationTable.period.R @@ -4,7 +4,8 @@ NULL #' Class valuationTable.period - Period life tables #' #' A period life table, giving death probabilities for each age, up to -#' maximum age omega. Optionally apply selection factors to the probabilities +#' maximum age \code{omega}. The \code{baseYear} slot can be used to hold +#' information about the period. #' #' @slot ages The ages corresponding to the entries of the deathProbs #' @slot deathProbs The one-year death probabilities for the ages -- GitLab