avif-methods: Methods of the "avif" class

Description Usage Arguments Methods Author(s) See Also

Description

Methods of the avif class.

Usage

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

Arguments

object

The avif object.

pars

Names of parameters.

x

The avif object.

y, recursive

Ignored.

z

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

plot

Plots a series of diagnostic plots.

compare.avif

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

avif, pfilter2


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