arima.diag.hh: Repair design error in S-Plus arima.diag

arima.diag.hhR Documentation

Repair design error in S-Plus arima.diag

Description

Repair design error in S-Plus arima.diag.

Usage

arima.diag.hh(z, acf.resid = TRUE,
              lag.max = round(max(gof.lag + n.parms + 1, 10 * log10(n))),
              gof.lag = 15, resid = FALSE,
              std.resid = TRUE, plot = TRUE, type = "h", ...,
              x=eval(parse(text = series.name)))

Arguments

z,acf.resid,lag.max,gof.lag,resid,std.resid,plot,type,...

This function is a no-op in R. The arguments are not used.

x

The time series. This must be specified when arima.diag is called from inside another function.

Details

Repairs design flaw in S-Plus arima.diag. The location of the time series is hardwired one level up, so it can't be found when arima.diag is not one level down from the top.

This function is a no-op in R.

Value

This function is a no-op in R. It returns NA.

Author(s)

Richard M. Heiberger <rmh@temple.edu>

See Also

tsdiagplot in both systems and arima.diag in S-Plus.


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

Related to arima.diag.hh in HH...