powered by
equation prints the equation of an object of class um.
equation
# S3 method for ucarima equation(x, ...)equation(x, ...)# S3 method for um equation( x, unscramble = FALSE, digits = 4, z = "z", a = "a", width = NULL, ... )
equation(x, ...)
# S3 method for um equation( x, unscramble = FALSE, digits = 4, z = "z", a = "a", width = NULL, ... )
an object of class um, a list of these objects or an object of class ucarima.
um
ucarima
additional arguments.
logical. If TRUE, AR, I and MA polynomials are unscrambled.
integer. Number of significant digits.
character. Symbol for time series.
character. Symbol for error.
integer. Maximum width for line wrapping. If NULL, uses console width.
equation(um(ar = "(1 - 0.8B)"))
Run the code above in your browser using DataLab