View source: R/TriangleTests.R
summary.cyEffTest | R Documentation |
summary
method for a cyEffTest
object
## S3 method for class 'cyEffTest'
summary(object, ...)
object |
object of class |
... |
optional arguments for a |
summary.cyEffTest
shows the summary of a cyEffTest
object.
summary.cyEffTest
gives a list of three elements back
Table |
data frame containing the statistics for each calendar year |
Totals |
data frame of totals of the main statistics from the dataframe |
Range |
data frame containing the upper and lower limits of the confidence interval range |
Marco De Virgilis devirgilis.marco@gmail.com
See also cyEffTest
,
plot.cyEffTest
test <- cyEffTest(RAA)
summary(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.