Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New features
Add new function
to_lm()
which convertsardl
,uecm
, andrecm
models,as well as
dynlm
models inlm
models. Among other things, this helps usingthe model with other functions (e.g. with
predict()
to forecast)(issue using ARDL to forecast #5, @melville1808).
multipliers()
now has a new argument (se
) which allows the estimation ofstandard errors for the delay multipliers, using the delta method.
(issue Is it possible to get standard errors for the delay multipliers? #17, @sammy-w)
Add new function
plot_delay()
which creates plots (ggplot
) for the delaymultipliers and their uncertainty intervals (standard errors or confidence
intervals).
Add new function
plot_lr()
which creates a plot (ggplot
) for the long-runrelationship in comparison with the dependent variable, and the fitted values of
the model.