powered by
diagchk displays tools for diagnostic checking.
diagchk
# S3 method for tfm diagchk( mdl, y = NULL, method = c("exact", "cond"), lag.max = NULL, lags.at = NULL, freq.at = NULL, std = TRUE, envir = NULL, ... )diagchk(mdl, ...)# S3 method for um diagchk( mdl, z = NULL, method = c("exact", "cond"), lag.max = NULL, lags.at = NULL, freq.at = NULL, std = TRUE, envir = NULL, ... )
diagchk(mdl, ...)
# S3 method for um diagchk( mdl, z = NULL, method = c("exact", "cond"), lag.max = NULL, lags.at = NULL, freq.at = NULL, std = TRUE, envir = NULL, ... )
an object of class um.
um
an object of class ts.
ts
exact or conditional residuals.
number of lags for ACF/PACF.
the lags of the ACF/PACF at which tick-marks are to be drawn.
the frequencies of the (cum) periodogram at at which tick-marks are to be drawn.
logical. If TRUE standardized residuals are shown.
environment in which the function arguments are evaluated. If NULL the calling environment of this function will be used.
additional arguments.
optional, an object of class ts.
# NOT RUN { z <- AirPassengers airl <- um(z, i = list(1, c(1,12)), ma = list(1, c(1,12)), bc = TRUE) diagchk(airl) # }
Run the code above in your browser using DataLab