CI {moveHMM} | R Documentation |
Confidence intervals
Description
Computes the confidence intervals of the step length and turning angle parameters, as well as for the transition probabilities regression parameters.
Usage
CI(m, alpha = 0.95, nbSims = 10^6)
Arguments
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. |
Value
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. |
Examples
# m is a moveHMM object (as returned by fitHMM), automatically loaded with the package
m <- example$m
CI(m)
[Package moveHMM version 1.9 Index]