| print.dfCorTest {ChainLadder} | R Documentation |
Print function for a dfCorTest object
Description
print method for a dfCorTest
object
Usage
## S3 method for class 'dfCorTest'
print(x, ...)
Arguments
x |
object of class |
... |
optional arguments for a |
Details
print.dfCorTest show the print of a dfCorTest object.
Value
print.dfCorTest displays the default information resulting from
a call of the dfCorTest method
Author(s)
Marco De Virgilis devirgilis.marco@gmail.com
See Also
See also dfCorTest,
plot.dfCorTest,
summary.dfCorTest
Examples
test <- dfCorTest(RAA)
print(test)
[Package ChainLadder version 0.2.19 Index]