Learn R Programming

ChainLadder (version 0.2.13)

print.cyEffTest: Print function for a cyEffTest object

Description

print method for a cyEffTest object

Usage

# S3 method for cyEffTest
print(x, …)

Arguments

x

object of class cyEffTest

optional arguments for a print method

Value

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

Details

print.cyEffTest show the print of a cyEffTest object.

See Also

See also cyEffTest, plot.cyEffTest, summary.cyEffTest

Examples

Run this code
# NOT RUN {
 test <- cyEffTest(RAA)
 print(test)
# }

Run the code above in your browser using DataLab