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

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

if (FALSE) { data(NJM_WC) NJM_WC <- CasColNames(NJM_WC, restore = TRUE) }