ChainLadder (version 0.2.9)

summary.clark: Summary methods for Clark objects

Description

summary methods for ClarkLDF and ClarkCapeCod objects

Usage

# S3 method for ClarkLDF
summary(object, …)

# S3 method for ClarkCapeCod summary(object, …)

Arguments

object

object resulting from a run of the ClarkLDF or ClarkCapeCod functions.

not currently used

Value

summary.ClarkLDF and summary.ClarkCapeCod return data.frames whose columns are objects of the appropriate mode (i.e., character for "Origin", otherwise numeric)

Details

summary.ClarkLDF returns a data.frame that holds the columns of a typical "Development-type" exhibit.

summary.ClarkCapeCod returns a data.frame that holds the columns of a typical "Bornhuetter-Ferguson-type" exhibit.

See Also

See also ClarkLDF

Examples

Run this code
# NOT RUN {
y <- ClarkLDF(RAA)
summary(y)

# }

Run the code above in your browser using DataCamp Workspace