Learn R Programming

ChainLadder (version 0.2.19)

print.dfCorTest: Print function for a dfCorTest object

Description

print method for a dfCorTest object

Usage

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

Value

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

Arguments

x

object of class dfCorTest

...

optional arguments for a print method

Author

Marco De Virgilis devirgilis.marco@gmail.com

Details

print.dfCorTest show the print of a dfCorTest object.

See Also

See also dfCorTest, plot.dfCorTest, summary.dfCorTest

Examples

Run this code
 test <- dfCorTest(RAA)
 print(test)

Run the code above in your browser using DataLab