pomp version 1.10 is now available on CRAN. This release removes some deprecated facilities and provides one new feature.
Deprecated facilities removed
- The deprecated options to supply a matrix or numeric vector as the
dataargument topomphave been removed and an error is now generated.datamust now be provided either as a data frame or as an object of classpomp. See?pompfor details. - The deprecated
skeleton.typeandskelmap.delta.targuments topomphave been removed. Using these arguments will now generate an error message. To specifying the deterministic skeleton, one now must use theskeleton=map()orskeleton=vectorfield()syntax. This is explained in more detail in the help pages (?pomp).
New feature
- There is now a
logLikmethod defined forpmcmcListobjects.
See the package NEWS for more details.