Package: panelPomp
Type: Package
Title: Inference for Panel Partially Observed Markov Processes
Version: 1.1
Date: 2023-03-28
Authors@R: c(person(given="Carles",family="Breto",role=c("aut","cre"),email="carles.breto@uv.es",comment=c(ORCID="0000-0003-4695-4902")),
	person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")),
	person(given=c("Aaron","A."),family="King",role="aut",comment=c(ORCID="0000-0001-6159-3207")))
Description: 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 Breto, Ionides and King (2020) "Panel Data Analysis via Mechanistic Models" <doi:10.1080/01621459.2019.1604367>.
License: GPL-3
Depends: R(>= 4.1.0), pomp(>= 4.5.2)
Imports: methods
RoxygenNote: 7.2.3
Encoding: UTF-8
Collate: 'package.R' 'aaa.R' 'contacts.R' 'generics.R' 'get_col_row.R'
        'panel_loglik.R' 'panel_logmeanexp.R' 'panelPomp.R'
        'panelPomp_methods.R' 'params.R' 'pfilter.R'
        'pfilter_methods.R' 'mif2.R' 'mif2_methods.R' 'panelGompertz.R'
        'panelGompertzLikelihood.R' 'panelRandomWalk.R' 'plot.R'
        'simulate.R'
NeedsCompilation: no
Packaged: 2023-03-28 17:43:13 UTC; cbreto
Author: Carles Breto [aut, cre] (<https://orcid.org/0000-0003-4695-4902>),
  Edward L. Ionides [aut] (<https://orcid.org/0000-0002-4190-0174>),
  Aaron A. King [aut] (<https://orcid.org/0000-0001-6159-3207>)
Maintainer: Carles Breto <carles.breto@uv.es>
Repository: CRAN
Date/Publication: 2023-03-29 08:00:02 UTC
Built: R 4.2.0; ; 2023-04-04 02:48:50 UTC; unix
