Print function for a checkTriangleInflation object
print
method for a checkTriangleInflation
object
## S3 method for class 'checkTriangleInflation' print(x, ...)
x
: object of class checkTriangleInflation
...
: optional arguments for a print
methodprint.checkTriangleInflation
show the print of a checkTriangleInflation
object.
print.checkTriangleInflation
displays the default information resulting from a call of the checkTriangleInflation method
Marco De Virgilis devirgilis.marco@gmail.com
See also checkTriangleInflation
, plot.checkTriangleInflation
, summary.checkTriangleInflation
test <- checkTriangleInflation(MedMal$MedMalOutstanding / MedMal$MedMalOpen) print(test)