summary.clark {ChainLadder} | R 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 |
... |
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.frame
s 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)
[Package ChainLadder version 0.2.19 Index]