https://github.com/bmcclintock/crwhmm
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bmcclintock
- Language: R
- Default Branch: master
- Size: 338 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 7 years ago
· Last pushed almost 7 years ago
https://github.com/bmcclintock/crwHMM/blob/master/
# 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
[](https://www.repostatus.org/#active)
[](https://codecov.io/github/ianjonsen/crwHMM?branch=master)
[](https://cran.r-project.org/package=crwHMM)
[](http://www.r-pkg.org/pkg/crwHMM)
[](http://r-pkg.org/pkg/crwHMM)
[](https://doi.org/10.5281/zenodo.2628481)
master branch:
[](https://travis-ci.org/ianjonsen/crwHMM)
**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:
```R
browseVignettes(package = "crwHMM")
```
## Installation
First, ensure you have R version >= 3.5.2 installed:
```R
R.Version()
```
### From CRAN
`crwHMM` is on [CRAN](https://cran.r-project.org/package=crwHMM) 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](https://cran.r-project.org/bin/windows/Rtools/)
On Mac's, ensure you have installed [Xcode](https://developer.apple.com/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](https://itunes.apple.com/au/app/xcode/id497799835?mt=12)
To get the very latest `crwHMM` stable version, you can install from GitHub:
```R
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](https://github.com/glmmTMB/glmmTMB) GitHub.
Owner
- Name: Brett McClintock
- Login: bmcclintock
- Kind: user
- Twitter: bt_mcclintock
- Repositories: 4
- Profile: https://github.com/bmcclintock
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- R >= 3.3.0 depends
- TMB * imports
- argosfilter * imports
- dplyr * imports
- ggplot2 * imports
- gridExtra * imports
- lubridate * imports
- magrittr * imports
- sf * imports
- stringr * imports
- tibble * imports
- covr * suggests
- ggspatial * suggests
- knitr * suggests
- rgeos * suggests
- rmarkdown * suggests
- rnaturalearth * suggests
- testthat * suggests
- units * suggests