Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
R
R - Life Insurance Contracts
Commits
32aa1f67
Commit
32aa1f67
authored
Oct 28, 2021
by
Reinhold Kainhofer
Browse files
Docu fixes
parent
b39d9823
Changes
3
Hide whitespace changes
Inline
Side-by-side
R/InsuranceParameters.R
View file @
32aa1f67
...
...
@@ -168,6 +168,7 @@ costs.baseAlpha = function(alpha) {
#'
#' Returns a data.frame with columns
#'
#' @param costs The cost structure to be displayed in a concise table style.
#' @export
costsDisplayTable
=
function
(
costs
)
{
costtable
=
as.data.frame.table
(
setInsuranceValuesLabels
(
costs
)
)
...
...
@@ -617,7 +618,7 @@ InsuranceContract.ParameterStructure$Loadings["premiumFrequencyLoading"] = list(
#' structure is given, an empty (i.e. all NULL entries) structure is used.
#'
#' @param params Initial values of the insurance contract parameters. (default: empty parameter structure)
#' @param costs,... Values for any of the entries in the insurance contract
#' @param costs,
minCosts,
... Values for any of the entries in the insurance contract
#' parameter structure. These values take precedence over the
#' initial parameters provided in \code{params}.
#'
...
...
man/InsuranceContract.ParametersFill.Rd
View file @
32aa1f67
...
...
@@ -14,7 +14,7 @@ InsuranceContract.ParametersFill(
\arguments{
\item{params}{Initial values of the insurance contract parameters. (default: empty parameter structure)}
\item{costs, ...}{Values for any of the entries in the insurance contract
\item{costs,
minCosts,
...}{Values for any of the entries in the insurance contract
parameter structure. These values take precedence over the
initial parameters provided in \code{params}.}
}
...
...
man/costsDisplayTable.Rd
View file @
32aa1f67
...
...
@@ -6,6 +6,9 @@
\usage{
costsDisplayTable(costs)
}
\arguments{
\item{costs}{The cost structure to be displayed in a concise table style.}
}
\description{
Returns a data.frame with columns
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment