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
data
argument topomp
have been removed and an error is now generated.data
must now be provided either as a data frame or as an object of classpomp
. See?pomp
for details. - The deprecated
skeleton.type
andskelmap.delta.t
arguments topomp
have 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
logLik
method defined forpmcmcList
objects.
See the package NEWS for more details.