print.checkTriangleInflation: Print function for a checkTriangleInflation object

View source: R/TriangleTests.R

print.checkTriangleInflationR 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 checkTriangleInflation

...

optional arguments for a print method

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)

ChainLadder documentation built on July 9, 2023, 5:12 p.m.