CasColNames: CAS Column Names

View source: R/CasColNames.R

CasColNamesR Documentation

CAS Column Names

Description

This will change the column names of a data frame obtained from the CAS database of reserve triangles. This data was procured and modified by Glenn G. Meyers and Peng Shi and is hosted by the CAS. More information on the data is available here: http://www.casact.org/research/index.cfm?fa=loss_reserves_data

Usage

CasColNames(df, restore = TRUE)

Arguments

df

A data frame of loss reserving data

restore

Boolean indicating whether to restore the names defined by Meyers and Shi. The default is true.

Value

A data frame with different column names.

Examples


## Not run: 
data(NJM_WC)
NJM_WC <- CasColNames(NJM_WC, restore = TRUE)

## End(Not run)


PirateGrunt/raw_package documentation built on July 3, 2023, 7:58 p.m.