spatPomp
has moved to spatPomp-org/spatPomp
The spatPomp
package provides facilities for inference on panel data using spatiotemporal partially-observed Markov process (SpatPOMP) models.
To do so, it relies on and extends a number of facilities that the pomp
package provides for inference on time series data using partially-observed Markov process (POMP) models.
The spatPomp
package concerns models consisting of a collection of interacting units.
The methods in spatPomp
may be applicable whether or not these units correspond to spatial locations.
To install the package from this GitHub source, type the following command into your console (assumes you have the devtools
package installed):
devtools::install_github('kidusasfaw/spatPomp')
.
The CRAN version of spatPomp
can be installed by install.packages("spatPomp")
.
Details on the motivation and use of this package can be found in Asfaw et al. (2021) (https://arxiv.org/abs/2101.01157).
Further information can be found on the spatPomp
website.