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