powered by
diagchk displays tools for diagnostic checking.
diagchk
# S3 method for tfm diagchk( mdl, y = NULL, method = c("exact", "cond"), lag.max = NULL, std = TRUE, ... )diagchk(mdl, ...)# S3 method for um diagchk( mdl, z = NULL, method = c("exact", "cond"), lag.max = NULL, std = TRUE, ... )
diagchk(mdl, ...)
# S3 method for um diagchk( mdl, z = NULL, method = c("exact", "cond"), lag.max = NULL, std = TRUE, ... )
an object of class um.
um
an object of class ts.
ts
exact or conditional residuals.
number of lags for ACF/PACF.
logical. If TRUE standardized residuals are shown.
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