Description Usage Arguments Value Examples
View source: R/bootstrap_aovonmises.R
Obtain bootstrap standard errors for aoristic von Mises MLE's
1 2 | aoristic_vm_bootstrap(data, R = 1000L, probs = c(0.025, 0.975),
kp_max = 100, tol = 0.01, ...)
|
data |
Aoristic Data with columns t_start and t_end. |
R |
Number of bootstrap samples. |
probs |
Confidence interval probabilities. |
kp_max |
Maximum possible value of concentration parameter kappa to consider in the optimization. |
tol |
Tolerance of the optimization. |
... |
Further arguments to |
An object of type aovmboot
containing a table of results, the
bootstrap sample, and the original boot
object.
1 2 | dat <- generateAoristicData()
aoristic_vm_bootstrap(dat, R = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.