mifMomentum-methods: Methods of the "mifMomentum" class

Description Usage Arguments Methods Author(s) See Also

Description

Methods of the mifMomentum class.

Usage

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

Arguments

object

The mifMomentum object.

pars

Names of parameters.

x

The mifMomentum object.

y, recursive

Ignored.

z

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

plot

Plots a series of diagnostic plots.

compare.mifMomentum

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

mifMomentum, pfilter2


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