-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from bsvars/12-exogenous-variables
exogenous variables
- Loading branch information
Showing
30 changed files
with
460 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
#' @title Data containing future observations for 189 United Nations countries | ||
#' from 2024 to 2029 to be used to forecast with models with | ||
#' \code{ilo_exogenous_variables} | ||
#' | ||
#' @description For each of the countries a time series of 6 observations on | ||
#' On the dummies is provided. These future values are all equal to zero. They | ||
#' provide benchmark for the objects to be used when \code{exogenous_variables} | ||
#' are used. | ||
#' Last data update was implemented on 2024-05-11. | ||
#' | ||
#' @usage data(ilo_exogenous_forecasts) | ||
#' | ||
#' @format A list of 189 \code{ts} objects with time series of 6 observations | ||
#' on 3 variables: | ||
#' \describe{ | ||
#' \item{2008}{the aftermath of the Global Financial Crisis} | ||
#' \item{2020}{the COVID pandemic} | ||
#' \item{2021}{the aftermath of the COVID pandemic} | ||
#' } | ||
#' | ||
#' @examples | ||
#' data(ilo_exogenous_forecasts) # upload the data | ||
#' | ||
"ilo_exogenous_forecasts" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
#' @title A 3-variable annual system for of dummy observations for 2008, 2020, | ||
#' and 2021 to be used in the estimation of the Panel VAR model for | ||
#' 189 United Nations countries from 1991 to 2023 | ||
#' | ||
#' @description For each of the countries a time series of 33 observations on 3 | ||
#' dummy variables for the years 2008, 2020, and 2021 is provided. | ||
#' Last data update was implemented on 2024-06-29. | ||
#' | ||
#' @usage data(ilo_exogenous_variables) | ||
#' | ||
#' @format A list of 189 \code{ts} objects with time series of 33 observations | ||
#' on 3 variables: | ||
#' \describe{ | ||
#' \item{2008}{the aftermath of the Global Financial Crisis} | ||
#' \item{2020}{the COVID pandemic} | ||
#' \item{2021}{the aftermath of the COVID pandemic} | ||
#' } | ||
#' | ||
#' @examples | ||
#' data(ilo_exogenous_variables) # upload the data | ||
#' | ||
"ilo_exogenous_variables" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.