ChainLadder (version 0.2.18)

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, ...)

Value

summary.ClarkLDF and summary.ClarkCapeCod return

data.frames whose columns are objects of the appropriate mode

(i.e., character for "Origin", otherwise numeric)

Arguments

object

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

...

not currently used

Author

Dan Murphy

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
y <- ClarkLDF(RAA)
summary(y)

Run the code above in your browser using DataLab