Skip to content

Commit

Permalink
Revert "set seed #43"
Browse files Browse the repository at this point in the history
This reverts commit b8a1127.
  • Loading branch information
adamwang15 committed Aug 10, 2024
1 parent 5e39691 commit ad8a4f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions R/bsvarSIGNs-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,13 @@
#' @examples
#' # investigate the effects of the optimism shock
#' data(optimism)
#'
#'
#' # specify identifying restrictions:
#' # + no effect on productivity (zero restriction)
#' # + positive effect on stock prices (positive sign restriction)
#' # + positive effect on stock prices (positive sign restriction)
#' sign_irf = matrix(c(0, 1, rep(NA, 23)), 5, 5)
#'
#' # specify the model and set seed
#' set.seed(123)
#' # specify the model
#' specification = specify_bsvarSIGN$new(optimism,
#' p = 4,
#' sign_irf = sign_irf)
Expand Down
5 changes: 2 additions & 3 deletions man/bsvarSIGNs-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad8a4f2

Please sign in to comment.