Learn R Programming

moveHMM (version 1.0)

angleCI: Confidence intervals for angle parameters

Description

Simulation-based computation of confidence intervals for the parameters of the angle distribution. Used in CI.

Usage

angleCI(m, alpha, 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. Default: 10^6.

Value

  • A list of the following objects:
  • lowerLower bound of the confidence interval for the parameters of the angle distribution
  • upperUpper bound of the confidence interval for the parameters of the angle distribution