Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for release 0.2.3 #20

Merged
merged 3 commits into from
Jul 17, 2023
Merged

Changes for release 0.2.3 #20

merged 3 commits into from
Jul 17, 2023

Conversation

Natsiopoulos
Copy link
Owner

New features

  • Add new function to_lm() which converts ardl, uecm, and recm models,
    as well as dynlm models in lm models. Among other things, this helps using
    the 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 of
    standard 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 delay
    multipliers and their uncertainty intervals (standard errors or confidence
    intervals).

  • Add new function plot_lr() which creates a plot (ggplot) for the long-run
    relationship in comparison with the dependent variable, and the fitted values of
    the model.

…mation of

standard errors for the delay multipliers, using the delta method.

* Add new function `plot_delay()` which creates plots (`ggplot`) for the delay
multipliers and their uncertainty intervals (standard errors or confidence
intervals).

* Add new function `plot_lr()` which creates a plot (`ggplot`) for the long-run
relationship in comparison with the dependent variable, and the fitted values of
the model.
@Natsiopoulos Natsiopoulos merged commit 9a24034 into master Jul 17, 2023
@Natsiopoulos Natsiopoulos deleted the dev branch July 17, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant