Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

extra

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


HH

Statistical Analysis and Data Display: Heiberger and Holland

v3.1-43
GPL (>= 2)
Authors
Richard M. Heiberger
Initial release
2020-11-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.