summary | R Documentation |
Summary methods for S4 objects returned by capa
,
pass
, and sampler
. The output displayed
depends on the type of object passed to summary. For all types, the output indicates whether the data is univariate or
multivariate, the number of observations in the data, and the type of change being detected.
## S4 method for signature 'bard.class'
summary(object, ...)
## S4 method for signature 'bard.sampler.class'
summary(object, ...)
## S4 method for signature 'capa.class'
summary(object, epoch = nrow(object@data))
## S4 method for signature 'pass.class'
summary(object, ...)
object |
An instance of an S4 class produced by |
... |
Ignored. |
epoch |
Positive integer. CAPA methods are sequential and as such, can generate results up to, and including, any epoch within the data series. This can be controlled by the value
of |
capa
, pass
,sampler
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.