is2-methods: Methods of the "is2" class

Description Usage Arguments Methods Author(s) See Also

Description

Methods of the is2 class.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## S4 method for signature 'is2'
logLik(object, ...)
## S4 method for signature 'is2'
conv.rec(object, pars, transform = FALSE, ...)
## S4 method for signature 'is2List'
conv.rec(object, ...)
## S4 method for signature 'is2'
plot(x, y, ...)
## S4 method for signature 'is2List'
plot(x, y, ...)
## S4 method for signature 'is2'
c(x, ..., recursive = FALSE)
## S4 method for signature 'is2List'
c(x, ..., recursive = FALSE)
compare.is2(z)

Arguments

object

The is2 object.

pars

Names of parameters.

x

The is2 object.

y, recursive

Ignored.

z

A is2 object or list of is2 objects.

transform

optional logical; should the parameter transformations be applied? See coef for details.

...

Further arguments (either ignored or passed to underlying functions).

Methods

conv.rec

conv.rec(object, pars = NULL) returns the columns of the convergence-record matrix corresponding to the names in pars. By default, all rows are returned.

logLik

Returns the value in the loglik slot.

c

Concatenates is2 objects into an is2List.

plot

Plots a series of diagnostic plots.

compare.is2

Deprecated: use plot instead.

Author(s)

Dao Nguyen nguyenxd at umich dot edu, Edward L. Ionides ionides at umich dot edu

See Also

is2, pfilter2


nxdao2000/RcppSQMC documentation built on May 24, 2019, 11:50 a.m.