Learn R Programming

pomp (version 0.53-5)

pfilter-methods: Methods of the "pfilterd.pomp" class

Description

Methods of the "pfilterd.pomp" class.

Usage

## S3 method for class 'pfilterd.pomp':
logLik(object, \dots)
## S3 method for class 'pfilterd.pomp':
pred.mean(object, pars, \dots)
## S3 method for class 'pfilterd.pomp':
pred.var(object, pars, \dots)
## S3 method for class 'pfilterd.pomp':
filter.mean(object, pars, \dots)
## S3 method for class 'pfilterd.pomp':
eff.sample.size(object, \dots)
## S3 method for class 'pfilterd.pomp':
cond.logLik(object, \dots)
## S3 method for class 'pfilterd.pomp':
as(object, class)
## S3 method for class 'pfilterd.pomp,data.frame':
coerce(from, to = "data.frame", strict = TRUE)
## S3 method for class 'pfilterd.pomp':
as.data.frame(x, row.names, optional, \dots)

Arguments

object, x
An object of class pfilterd.pomp or inheriting class pfilterd.pomp.
pars
Names of parameters.
class
character; name of the class to which object should be coerced.
from, to
the classes between which coercion should be performed.
strict
ignored.
row.names, optional
ignored.
...
Additional arguments unused at present.

See Also

pfilter, pomp-class