Learn R Programming

pomp (version 0.53-5)

mif-methods: Methods of the "mif" class

Description

Methods of the mif class.

Usage

## S3 method for class 'mif':
logLik(object, \dots)
## S3 method for class 'mif':
conv.rec(object, pars, transform = FALSE, \dots)
## S3 method for class 'mifList':
conv.rec(object, \dots)
## S3 method for class 'mif':
plot(x, y, \dots)
## S3 method for class 'mifList':
plot(x, y, \dots)
## S3 method for class 'mif':
c(x, \dots, recursive = FALSE)
## S3 method for class 'mifList':
c(x, \dots, recursive = FALSE)
compare.mif(z)

Arguments

object
The mif object.
pars
Names of parameters.
x
The mif object.
y, recursive
Ignored.
z
A mif object or list of mif objects.
transform
optional logical; should the parameter transformations be applied? See coef for details.
...
Further arguments (either ignored or passed to underlying functions).

See Also

mif, pomp, pfilter