| summary.dynardl | R Documentation |
dynardl model objectsEnable summary calls to dynardl model objects
## S3 method for class 'dynardl' summary(object, ...)
object |
a |
... |
additional arguments in the generic summary call |
dynardl, by default, stores regression results in foo$model. This calls those results directly with summary
A summary of the fitted ARDL model.
Soren Jordan and Andrew Q. Philips
# Using the ineq data from dynamac
ardl.model <- dynardl(concern ~ incshare10 + urate, data = ineq,
lags = list("concern" = 1, "incshare10" = 1),
diffs = c("incshare10", "urate"),
lagdiffs = list("concern" = 1),
ec = TRUE, simulate = FALSE)
summary(ardl.model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.