| bootstrap.EventDate | R Documentation |
Generates bootstrap estimations of an event date.
## S4 method for signature 'EventDate'
bootstrap(
object,
level = 0.95,
probs = c(0.05, 0.95),
n = 1000,
calendar = get_calendar(),
progress = getOption("kairos.progress"),
...
)
object |
An |
level |
A length-one |
probs |
A |
n |
A non-negative |
calendar |
An |
progress |
A |
... |
Currently not used. |
A large number of new bootstrap assemblages is created, with the same sample size, by resampling each of the original assemblage with replacement. Then, examination of the bootstrap statistics makes it possible to pinpoint assemblages that require further investigation.
A five columns data.frame is returned, giving the bootstrap
distribution statistics for each replicated assemblage (in rows)
with the following columns:
minMinimum value.
meanMean value (event date).
maxMaximum value.
Q5Sample quantile to 0.05 probability.
Q95Sample quantile to 0.95 probability.
A data.frame.
N. Frerebeau
event()
Other resampling methods:
bootstrap.MeanDate,
jackknife.EventDate,
jackknife.MeanDate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.