powered by
## S3 method for class 'Arima': tidy(x, conf.int = FALSE, conf.level = 0.95, ...)## S3 method for class 'Arima': glance(x, ...)
## S3 method for class 'Arima': glance(x, ...)
conf.int=TRUE
tidy returns one row for each coefficient in the model, with five columns:
tidy
conf.int = TRUE
glance
augment
fit <- arima(lh, order = c(1, 0, 0)) tidy(fit) glance(fit)
Run the code above in your browser using DataLab