summary.clark: Summary methods for Clark objects

summary.clarkR Documentation

Summary methods for Clark objects

Description

summary methods for ClarkLDF and ClarkCapeCod objects

Usage

## S3 method for class 'ClarkLDF'
summary(object, ...)

## S3 method for class 'ClarkCapeCod'
summary(object, ...)

Arguments

object

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

...

not currently used

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.

Value

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

Author(s)

Dan Murphy

See Also

See also ClarkLDF

Examples

y <- ClarkLDF(RAA)
summary(y)


ChainLadder documentation built on July 9, 2023, 5:12 p.m.