summary.dfCorTest {ChainLadder} | R Documentation |
Summary function for a dfCorTest object
Description
summary
method for a dfCorTest
object
Usage
## S3 method for class 'dfCorTest'
summary(object, ...)
Arguments
object |
object of class |
... |
optional arguments for a |
Details
summary.dfCorTest
shows the summary of a dfCorTest
object.
Value
summary.dfCorTest
gives a list of two elements back
Results |
data frame containing the summary statistics |
Range |
data frame containing the upper and lower limits of the confidence interval range |
Author(s)
Marco De Virgilis devirgilis.marco@gmail.com
See Also
See also dfCorTest
,
plot.dfCorTest
Examples
test <- dfCorTest(RAA)
summary(test)
[Package ChainLadder version 0.2.19 Index]