summary.out {spikes} | R Documentation |
Summarize
Description
Extracts estimate of fraud and 95 percent credible interval (if such is estimated) for the object of class out
returned by spikes
or confint.out
.
Usage
## S3 method for class 'out'
summary(object, ...)
Arguments
object |
Object of class |
... |
additional arguments |
Note
If the argument is from spikes
, then summary
returns degenerate credible interval, as it was not estimated. To return a proper credible interval, confint.out
must take as its argument object returned by confint.out
.
Examples
data(output)
summary(output)
[Package spikes version 1.1 Index]