Learn R Programming

SynthETIC (version 1.1.0)

test_claim_dataset: Claims Dataset

Description

A dataset of 3,624 rows containing individual claims features.

Usage

test_claim_dataset

Arguments

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

Run this code
# see a distribution of payment counts
table(test_claim_dataset$no_payment)

Run the code above in your browser using DataLab