knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(tidyverse)
library(lme4)
library(grid)
library(gridExtra)
library(dplyr)
library(forecast)

lizardHMM

The goal of lizardHMM is to fit lizard movement time series data, composed of step-lengths per second, with hidden Markov models and investigate the quality of fit that arises. This package can work with other time series data including simulated data from the package itself.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("simonecollier/lizardHMM")

Key components

Extra details

All of the distributions types are set up to handle multiple subjects, variables, and covariates for the transition probabilities. The only option is complete pooling of parameters when working with multiple subjects, although there may be updates in the future that include more options. The functions in covariate_analysis.R can be used to investigate the effect of a single covariate on the transition probabilities and stationary distribution.



simonecollier/lizardHMM documentation built on Dec. 23, 2021, 2:24 a.m.