angleCI | R Documentation |
Simulation-based computation of confidence intervals for the parameters of the angle distribution.
Used in CI
.
angleCI(m, alpha, nbSims = 10^6)
m |
A |
alpha |
Range of the confidence intervals. Default: 0.95 (i.e. 95% CIs). |
nbSims |
Number of simulations. Default: 10^6. |
A list of the following objects:
lower |
Lower bound of the confidence interval for the parameters of the angle distribution |
upper |
Upper bound of the confidence interval for the parameters of the angle distribution |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.