powered by
summary prints a summary of the estimation and diagnosis.
summary
# S3 method for um summary( object, z = NULL, method = c("exact", "cond"), digits = max(3L, getOption("digits") - 3L), ... )
an object of class um.
um
an object of class ts.
ts
exact/conditional maximum likelihood.
number of significant digits to use when printing.
additional arguments.
A list with the summary of the estimation and diagonosis.
# NOT RUN { z <- AirPassengers airl <- um(z, i = list(1, c(1,12)), ma = list(1, c(1,12)), bc = TRUE) summary(airl) # }
Run the code above in your browser using DataLab