print.cyEffTest {ChainLadder}R Documentation

Print function for a cyEffTest object

Description

print method for a cyEffTest object

Usage

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

Arguments

x

object of class cyEffTest

...

optional arguments for a print method

Details

print.cyEffTest show the print of a cyEffTest object.

Value

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

Author(s)

Marco De Virgilis devirgilis.marco@gmail.com

See Also

See also cyEffTest, plot.cyEffTest, summary.cyEffTest

Examples

 test <- cyEffTest(RAA)
 print(test)

[Package ChainLadder version 0.2.18 Index]