test_claim_dataset {SynthETIC} | R Documentation |
Claims Dataset
Description
A dataset of 3,624 rows containing individual claims features.
Usage
test_claim_dataset
Format
A data frame with 3,624 rows and 7 variables:
- claim_no
claim number, which uniquely characterises each claim.
- occurrence_period
integer; period of ocurrence of the claim.
- occurrence_time
double; time of occurrence of the claim.
- claim_size
size of the claim (in constant dollar values).
- notidel
notification delay of the claim, i.e. time from occurrence to notification.
- setldel
settlement delay of the claim, i.e. time from notification to settlement.
- no_payment
number of partial payments required for the claim.
Examples
# see a distribution of payment counts
table(test_claim_dataset$no_payment)
[Package SynthETIC version 1.1.0 Index]