All Projects → ianjonsen → bsam

ianjonsen / bsam

Licence: other
Bayesian State-space models for Animal Movement

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to bsam

RcppXPtrUtils
XPtr Add-Ons for 'Rcpp'
Stars: ✭ 17 (+30.77%)
Mutual labels:  cran
data-packages
⛔ ARCHIVED ⛔
Stars: ✭ 23 (+76.92%)
Mutual labels:  cran
cchecksapi
CRAN checks API
Stars: ✭ 34 (+161.54%)
Mutual labels:  cran
xran
Xie's R Archive Network (experimental and for my personal interest only)
Stars: ✭ 24 (+84.62%)
Mutual labels:  cran
vioplot
Development version of vioplot R package (CRAN maintainer)
Stars: ✭ 25 (+92.31%)
Mutual labels:  cran
cranlike
Manage files in a CRAN-like repository
Stars: ✭ 24 (+84.62%)
Mutual labels:  cran
Bayesian Workshop
Material for a Bayesian statistics workshop
Stars: ✭ 34 (+161.54%)
Mutual labels:  jags
BAS
BAS R package https://merliseclyde.github.io/BAS/
Stars: ✭ 36 (+176.92%)
Mutual labels:  cran
ansible-r
Ansible role to set up (the latest version of) R in Ubuntu systems
Stars: ✭ 41 (+215.38%)
Mutual labels:  cran
nflfastR
A Set of Functions to Efficiently Scrape NFL Play by Play Data
Stars: ✭ 268 (+1961.54%)
Mutual labels:  cran
qwraps2
An updated version of qwraps with a focus on flexibility and general purpose. These functions are helpful for extracting and formatting results from R into .Rnw or .Rmd files. Additional functions for routine work such as extracting results from regression models or finding sensitivity and specificity.
Stars: ✭ 33 (+153.85%)
Mutual labels:  cran
rcppmsgpack
MsgPack Headers for R / msgpack.org[R]
Stars: ✭ 17 (+30.77%)
Mutual labels:  cran
dataonderivatives
Easily source publicly available data on derivatives
Stars: ✭ 33 (+153.85%)
Mutual labels:  cran
beginr
an R package for beginners
Stars: ✭ 15 (+15.38%)
Mutual labels:  cran
R.oo
R package: R.oo - R Object-Oriented Programming with or without References
Stars: ✭ 19 (+46.15%)
Mutual labels:  cran
DGCA
Differential Gene Correlation Analysis
Stars: ✭ 32 (+146.15%)
Mutual labels:  cran
priceR
Economics and Pricing in R
Stars: ✭ 32 (+146.15%)
Mutual labels:  cran
TDAstats
R pipeline for computing persistent homology in topological data analysis. See https://doi.org/10.21105/joss.00860 for more details.
Stars: ✭ 26 (+100%)
Mutual labels:  cran
hts
Hierarchical and Grouped Time Series
Stars: ✭ 101 (+676.92%)
Mutual labels:  cran
furniture
The furniture R package contains table1 for publication-ready simple and stratified descriptive statistics, tableC for publication-ready correlation matrixes, and other tables #rstats
Stars: ✭ 43 (+230.77%)
Mutual labels:  cran

bsam

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. CRAN_Status_Badge CRAN_Downloads CRAN_Downloads

bsam - Bayesian State-space models for Animal Movement.

bsam is an R package that fits Bayesian state-space models via JAGS to Argos satellite tracking data. The models filter error-prone Argos locations and estimate behavioural states associated with two fundamentally different movement patterns (directed, fast movements and relatively undirected, slow movements). The models can be fit to individual animal tracks or simultaneously to a group of individuals. Plotting functions are provided to help assess lack of MCMC convergence, map estimated tracks and visualise fit to the observations.

Read ?bsam for more details on functionality and ?fit_ssm for details and examples of how to use the package.

Installation

First ensure that you have a working copy of JAGS (>= 4.2.0) for the rjags package, see instructions below.

library(rjags)

Get the released version of bsam from CRAN:

install.packages("bsam")

Or download the current development version from GitHub:

# install.packages("devtools")  
devtools::install_github("ianjonsen/bsam")

JAGS installation

Install JAGS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].