Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LifeInsureR package for R
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R
LifeInsureR package for R
Commits
32aa1f67
Commit
32aa1f67
authored
3 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
Docu fixes
parent
b39d9823
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
R/InsuranceParameters.R
+2
-1
2 additions, 1 deletion
R/InsuranceParameters.R
man/InsuranceContract.ParametersFill.Rd
+1
-1
1 addition, 1 deletion
man/InsuranceContract.ParametersFill.Rd
man/costsDisplayTable.Rd
+3
-0
3 additions, 0 deletions
man/costsDisplayTable.Rd
with
6 additions
and
2 deletions
R/InsuranceParameters.R
+
2
−
1
View file @
32aa1f67
...
@@ -168,6 +168,7 @@ costs.baseAlpha = function(alpha) {
...
@@ -168,6 +168,7 @@ costs.baseAlpha = function(alpha) {
#'
#'
#' Returns a data.frame with columns
#' Returns a data.frame with columns
#'
#'
#' @param costs The cost structure to be displayed in a concise table style.
#' @export
#' @export
costsDisplayTable
=
function
(
costs
)
{
costsDisplayTable
=
function
(
costs
)
{
costtable
=
as.data.frame.table
(
setInsuranceValuesLabels
(
costs
)
)
costtable
=
as.data.frame.table
(
setInsuranceValuesLabels
(
costs
)
)
...
@@ -617,7 +618,7 @@ InsuranceContract.ParameterStructure$Loadings["premiumFrequencyLoading"] = list(
...
@@ -617,7 +618,7 @@ InsuranceContract.ParameterStructure$Loadings["premiumFrequencyLoading"] = list(
#' structure is given, an empty (i.e. all NULL entries) structure is used.
#' 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 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
#' parameter structure. These values take precedence over the
#' initial parameters provided in \code{params}.
#' initial parameters provided in \code{params}.
#'
#'
...
...
This diff is collapsed.
Click to expand it.
man/InsuranceContract.ParametersFill.Rd
+
1
−
1
View file @
32aa1f67
...
@@ -14,7 +14,7 @@ InsuranceContract.ParametersFill(
...
@@ -14,7 +14,7 @@ InsuranceContract.ParametersFill(
\arguments{
\arguments{
\item{params}{Initial values of the insurance contract parameters. (default: empty parameter structure)}
\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
parameter structure. These values take precedence over the
initial parameters provided in \code{params}.}
initial parameters provided in \code{params}.}
}
}
...
...
This diff is collapsed.
Click to expand it.
man/costsDisplayTable.Rd
+
3
−
0
View file @
32aa1f67
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
\usage{
\usage{
costsDisplayTable(costs)
costsDisplayTable(costs)
}
}
\arguments{
\item{costs}{The cost structure to be displayed in a concise table style.}
}
\description{
\description{
Returns a data.frame with columns
Returns a data.frame with columns
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment