Learn R Programming

ChainLadder (version 0.2.19)

print.checkTriangleInflation: Print function for a checkTriangleInflation object

Description

print method for a checkTriangleInflation object

Usage

# S3 method for checkTriangleInflation
print(x, ...)

Value

print.checkTriangleInflation displays the default information resulting from a call of the checkTriangleInflation method

Arguments

x

object of class checkTriangleInflation

...

optional arguments for a print method

Author

Marco De Virgilis devirgilis.marco@gmail.com

Details

print.checkTriangleInflation show the print of a checkTriangleInflation object.

See Also

See also checkTriangleInflation, plot.checkTriangleInflation, summary.checkTriangleInflation

Examples

Run this code
 test <- checkTriangleInflation(MedMal$MedMalOutstanding / MedMal$MedMalOpen)
 print(test)

Run the code above in your browser using DataLab