is3-methods: Methods of the "is3" class

Description Usage Arguments Methods Author(s) See Also

Description

Methods of the is3 class.

Usage

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

Arguments

object

The is3 object.

pars

Names of parameters.

x

The is3 object.

y, recursive

Ignored.

z

A is3 object or list of is3 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 is3 objects into an is3List.

plot

Plots a series of diagnostic plots.

compare.is3

Deprecated: use plot instead.

Author(s)

Dao Nguyen dxnguyen at olemiss dot edu, Xin Dang xdang at olemiss dot edu, Duc Anh Doan ddoan at olemiss dot edu

See Also

is3, pfilter2


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