View source: R/features_02a_claim_covariates.R
claim_size_adj | R Documentation |
Adjusts claim sizes given a set of covariates. Note that this function firstly simulates covariate levels for each claim, see simulate_covariates
.
claim_size_adj(covariate_obj, claim_size)
covariate_obj |
a |
claim_size |
a list in the same output as |
Returns a nested named list:
covariates_data
which is a named list of covariate relativities (covariates
), the simulated covariate levels (data
) and the claim IDs.
claim_size_adj
which is a list of adjusted claim sizes such that the i
th component of the list gives the sizes for all claims that occurred in period i
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.