Learn R Programming

ChainLadder (version 0.2.14)

summary.dfCorTest: Summary function for a dfCorTest object

Description

summary method for a dfCorTest object

Usage

# S3 method for dfCorTest
summary(object, …)

Arguments

object

object of class dfCorTest

optional arguments for a summary method

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

Details

summary.dfCorTest shows the summary of a dfCorTest object.

See Also

See also dfCorTest, plot.dfCorTest

Examples

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

Run the code above in your browser using DataLab