View source: R/gam_riskfactor.R
| riskfactor_gam | R Documentation |
risk_factor_gam()riskfactor_gam() is deprecated in favour of risk_factor_gam().
riskfactor_gam(
data,
nclaims = NULL,
x = NULL,
exposure = NULL,
amount = NULL,
pure_premium = NULL,
model = "frequency",
round_x = NULL,
risk_factor = NULL,
claim_count = NULL,
claim_amount = NULL,
round_risk_factor = NULL
)
data |
A data.frame containing the insurance portfolio. |
nclaims |
Deprecated. Use |
x |
Deprecated. Use |
exposure |
Character, name of column in |
amount |
Deprecated. Use |
pure_premium |
(Optional) Character, column name in |
model |
Character string specifying the model type. One of
|
round_x |
Deprecated. Use |
risk_factor |
Character, name of column in |
claim_count |
Character, name of column in |
claim_amount |
(Optional) Character, column name in |
round_risk_factor |
(Optional) Numeric value to round the risk factor to
a multiple of |
See risk_factor_gam().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.