View source: R/features_02a_claim_covariates.R
covariates_relativity | R Documentation |
Calculates the relativities (freq
or sev
) of a set of covariate values.
covariates_relativity(
covariates_data,
freq_sev = c("freq", "sev"),
by_ids = FALSE
)
covariates_data |
a |
freq_sev |
one of |
by_ids |
optional boolean to calculate reorder the result based off claim observations instead of observations in the covariates dataset. Defaults to FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.