extra: Miscellaneous functions that I wish were in or consistent...

extraR Documentation

Miscellaneous functions that I wish were in or consistent between S-Plus and R.

Description

Miscellaneous functions that I wish were in or consistent between S-Plus and R.

Usage

as.rts(x, ...)

title.trellis(main = NULL, sub = NULL, xlab = NULL, ylab = NULL,
    line = NA, outer = FALSE, axes=NULL, ...)

title.grob(main=NULL, y=.99, gp=gpar(cex=1.5))

## S3 method for class 'arima.model'
as.character(x, ...)

arima.model(x)

coefArimaHH(object, ...)

.arima.info.names.not.ordered (model)

Arguments

x

vector or time series

...

Additional arguments.

main, sub, xlab, ylab, line, outer, axes

See title.

model

A time series model specification in the S-Plus notation.

object

"arima" object in S-Plus.

y, gp

See grid.text in R.

Value

The result object of arima.model has class "arima.model"

Author(s)

Richard M. Heiberger (rmh@temple.edu)

See Also

arma.loop


HH documentation built on Aug. 9, 2022, 5:08 p.m.

Related to extra in HH...