test_claim_dataset | R Documentation |
A dataset of 3,624 rows containing individual claims features.
test_claim_dataset
A data frame with 3,624 rows and 7 variables:
claim number, which uniquely characterises each claim.
integer; period of ocurrence of the claim.
double; time of occurrence of the claim.
size of the claim (in constant dollar values).
notification delay of the claim, i.e. time from occurrence to notification.
settlement delay of the claim, i.e. time from notification to settlement.
number of partial payments required for the claim.
# see a distribution of payment counts
table(test_claim_dataset$no_payment)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.