CI | R Documentation |
Computes the confidence intervals of the step length and turning angle parameters, as well as for the transition probabilities regression parameters.
CI(m, alpha = 0.95, nbSims = 10^6)
m |
A |
alpha |
Range of the confidence intervals. Default: 0.95 (i.e. 95% CIs). |
nbSims |
Number of simulations in the computation of the CIs for the angle parameters. Default: 10^6. |
A list of the following objects:
stepPar |
Confidence intervals for the parameters of the step lengths distribution |
anglePar |
Confidence intervals for the parameters of the turning angles distribution |
beta |
Confidence intervals for the regression coefficients of the transition probabilities. |
# m is a moveHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m
CI(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.