View source: R/spline-correlog.r
summary.spline.correlog | R Documentation |
‘summary’ method for class "spline.correlog".
## S3 method for class 'spline.correlog' summary(object, ...)
object |
an object of class "spline.correlog", usually, as a result of a call to |
... |
other arguments |
A list summarizing the spline correlogram is returned.
estimates |
a vector of benchmark statistics: |
$x |
is the lowest value at which the function is = 0. If correlation is initially negative, the distance calculated appears as a negative measure. |
$e |
is the lowest value at which the function is <= 1/e. |
$y |
is the extrapolated value at x=0. |
quantiles |
a matrix summarizing the quantiles in the bootstrap (or null) distributions of the benchmark statistics. |
spline.correlog
, plot.spline.correlog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.