Skip to content

Commit

Permalink
Revert "smaller sample #43"
Browse files Browse the repository at this point in the history
This reverts commit 41c9c3f.
  • Loading branch information
adamwang15 committed Aug 10, 2024
1 parent ad8a4f2 commit 3c8a488
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/bsvarSIGNs-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
#'
#' # specify the model
#' specification = specify_bsvarSIGN$new(optimism,
#' p = 4,
#' p = 12,
#' sign_irf = sign_irf)
#'
#' # estimate the model
#' posterior = estimate(specification, S = 10)
#' posterior = estimate(specification, S = 100)
#'
#' # compute and plot impulse responses
#' irf = compute_impulse_responses(posterior, horizon = 40)
Expand Down
2 changes: 1 addition & 1 deletion R/estimate.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#' # specify the model and set seed
#' set.seed(123)
#' specification = specify_bsvarSIGN$new(optimism,
#' p = 4,
#' p = 12,
#' sign_irf = sign_irf)
#'
#' # estimate the model
Expand Down
4 changes: 2 additions & 2 deletions man/bsvarSIGNs-package.Rd

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

2 changes: 1 addition & 1 deletion man/estimate.BSVARSIGN.Rd

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

0 comments on commit 3c8a488

Please sign in to comment.