CasColNames: CAS Column Names

Description Usage Arguments Value Examples

View source: R/CasColNames.R

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

1
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

1
2
3
4
5
## Not run: 
data(NJM_WC)
NJM_WC <- CasColNames(NJM_WC, restore = TRUE)

## End(Not run)

raw documentation built on Feb. 5, 2021, 5:07 p.m.

Related to CasColNames in raw...