Learn R Programming

ChainLadder (version 0.2.14)

print.checkTriangleInflation: Print function for a checkTriangleInflation object

Description

print method for a checkTriangleInflation object

Usage

# S3 method for checkTriangleInflation
print(x, …)

Arguments

x

object of class checkTriangleInflation

optional arguments for a print method

Value

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

Details

print.checkTriangleInflation show the print of a checkTriangleInflation object.

See Also

See also checkTriangleInflation, plot.checkTriangleInflation, summary.checkTriangleInflation

Examples

Run this code
# NOT RUN {
 test <- checkTriangleInflation(MedMal$MedMalOutstanding / MedMal$MedMalOpen)
 print(test)
# }

Run the code above in your browser using DataLab