powered by
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)
A list of the following objects:
Confidence intervals for the parameters of the step lengths distribution
Confidence intervals for the parameters of the turning angles distribution
Confidence intervals for the regression coefficients of the transition probabilities.
A moveHMM object
moveHMM
Range of the confidence intervals. Default: 0.95 (i.e. 95% CIs).
Number of simulations in the computation of the CIs for the angle parameters. Default: 10^6.
# m is a moveHMM object (as returned by fitHMM), automatically loaded with the package m <- example$m CI(m)
Run the code above in your browser using DataLab