Learn R Programming

moveHMM (version 1.0)

CI: 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 moveHMM object
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:
  • stepParConfidence intervals for the parameters of the step lengths distribution
  • angleParConfidence intervals for the parameters of the turning angles distribution
  • betaConfidence intervals for the regression coefficients of the transition probabilities.

Examples

Run this code
# 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