jackknife.EventDate | R Documentation |
Generates jackknife estimations of an event date.
## S4 method for signature 'EventDate'
jackknife(
object,
level = 0.95,
calendar = get_calendar(),
progress = getOption("kairos.progress"),
verbose = getOption("kairos.verbose"),
...
)
object |
An |
level |
A length-one |
calendar |
An |
progress |
A |
verbose |
A |
... |
Further arguments to be passed to internal methods. |
One type/fabric is removed at a time and all statistics are recalculated. In this way, one can assess whether certain type/fabric has a substantial influence on the date estimate.
A three columns data.frame
is returned, giving the results of the
resampling procedure (jackknifing fabrics) for each assemblage (in rows)
with the following columns:
mean
The jackknife mean (event date).
lower
The lower boundary of the confidence interval.
upper
The upper boundary of the confidence interval.
A data.frame
.
N. Frerebeau
event()
Other resampling methods:
bootstrap.EventDate
,
bootstrap.MeanDate
,
jackknife.MeanDate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.