This package allows performing data analysis based on panel partially-observed Markov process (PanelPOMP) models. To implement such models, simulate them and fit them to panel data, ‘panelPomp’ extends some of the facilities provided for time series data by the ‘pomp’ package. Implemented methods include filtering (panel particle filtering) and maximum likelihood estimation (Panel Iterated Filtering) as proposed in Bretó, Ionides and King (2020) “Panel Data Analysis via Mechanistic Models” <doi:10.1080/01621459.2019.1604367>.
The latest version of the package can be installed from this GitHub
source using
devtools::install_github('cbreto/panelPomp')
Installing the current CRAN version is also possible using
install.packages("panelPomp")
Related packages: