README.md

crwHMM

get your location ducks all lined up by fitting continuous-time movement models to Least Squares- and/or Kalman Filter-derived Argos location data

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Coverage status CRAN_Status_Badge CRAN_Downloads CRAN_Downloads DOI

master branch: Build Status

crwHMM - fit Continuous-Time Random Walk and Correlated Random Walk state-space models to filter Argos Least Squares or Kalman Filter location data.

crwHMM is an R package that fits a continuous-time model (RW or CRW) in state-space form to filter Argos satellite location data. Template Model Builder (TMB) is used for fast estimation. The Argos data can be either (older) Least Squares-based locations, (newer) Kalman Filter-based locations with error ellipse information, or a mixture of the two. The model estimates two sets of location states: 1) corresponding to each observation, which are usually irregularly timed (fitted states); and 2) corresponding to (usually) regular time intervals specified by the user (predicted states). Locations are returned as both LongLat and on the Mercator projection (units=km).

Help

Read ?fit_ssm for details and an example of how to use the package or read the vignette in your web-browser for extended details:

browseVignettes(package = "crwHMM")

Installation

First, ensure you have R version >= 3.5.2 installed:

R.Version()

From CRAN

crwHMM is on CRAN and can be downloaded within R, e.g., install.packages("crwHMM") or, more completely: install.packages("crwHMM", depedencies = c("Imports","LinkingTo","Suggests"))

From GitHub (source)

On PC's running Windows, ensure you have installed Rtools

On Mac's, ensure you have installed Xcode and Xcode developer tools. If installation is needed, make sure you start Xcode after install to ensure final setup of developer tools is completed. Both Xcode and Xcode developer tools can be installed from the Mac App Store

To get the very latest crwHMM stable version, you can install from GitHub:

remotes::install_github("ianjonsen/crwHMM", dependencies = c("Imports","LinkingTo","Suggests"))

Note: there can be issues getting compilers to work properly, especially on a Mac with OS X 10.13.x or higher. If you encounter install and compile issues, I recommend you consult the excellent information on the glmmTMB GitHub.



bmcclintock/crwHMM documentation built on May 7, 2019, 12:51 a.m.