Learn R Programming

ADLP (version 0.1.0)

test_claims_dataset: Claims Data in data.frame Format

Description

A data.frame of claims, with the corresponding Accident Period (origin) and Development Period (dev). A calendar column is also included (as the sum of dev and origin. This format is required for the ADLP package

Usage

test_claims_dataset

Arguments

Format

A data.frame with 4 components:

origin

Accident Period

dev

Development Period

calendar

Accident Period + Development Period

claims

Claim amount

Examples

Run this code
test_claims_dataset$claims

Run the code above in your browser using DataLab