Learn R Programming

ChainLadder (version 0.2.19)

print.cyEffTest: Print function for a cyEffTest object

Description

print method for a cyEffTest object

Usage

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

Value

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

Arguments

x

object of class cyEffTest

...

optional arguments for a print method

Author

Marco De Virgilis devirgilis.marco@gmail.com

Details

print.cyEffTest show the print of a cyEffTest object.

See Also

See also cyEffTest, plot.cyEffTest, summary.cyEffTest

Examples

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

Run the code above in your browser using DataLab