Learn R Programming

ChainLadder (version 0.2.14)

print.dfCorTest: Print function for a dfCorTest object

Description

print method for a dfCorTest object

Usage

# S3 method for dfCorTest
print(x, …)

Arguments

x

object of class dfCorTest

optional arguments for a print method

Value

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

Details

print.dfCorTest show the print of a dfCorTest object.

See Also

See also dfCorTest, plot.dfCorTest, summary.dfCorTest

Examples

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

Run the code above in your browser using DataLab