Learn R Programming

ChainLadder (version 0.2.19)

summary.dfCorTest: Summary function for a dfCorTest object

Description

summary method for a dfCorTest object

Usage

# S3 method for dfCorTest
summary(object, ...)

Value

summary.dfCorTest gives a list of two elements back

Results

data frame containing the summary statistics

Range

data frame containing the upper and lower limits of the confidence interval range

Arguments

object

object of class dfCorTest

...

optional arguments for a summary method

Author

Marco De Virgilis devirgilis.marco@gmail.com

Details

summary.dfCorTest shows the summary of a dfCorTest object.

See Also

See also dfCorTest, plot.dfCorTest

Examples

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

Run the code above in your browser using DataLab