Skip to content

Commit

Permalink
remove scaling 3 #43
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwang15 committed Aug 9, 2024
1 parent c89c23b commit dc4daa2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ data(optimism)
sign_irf = matrix(c(0, 1, rep(NA, 23)), 5, 5)
# specify the model
specification = specify_bsvarSIGN$new(optimism * 100,
specification = specify_bsvarSIGN$new(optimism,
p = 4,
sign_irf = sign_irf)
Expand Down Expand Up @@ -134,7 +134,7 @@ sign_narrative = list(
)
# specify the model
specification = specify_bsvarSIGN$new(monetary * 100,
specification = specify_bsvarSIGN$new(monetary,
p = 12,
sign_irf = sign_irf,
sign_narrative = sign_narrative)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ data(optimism)
sign_irf = matrix(c(0, 1, rep(NA, 23)), 5, 5)

# specify the model
specification = specify_bsvarSIGN$new(optimism * 100,
specification = specify_bsvarSIGN$new(optimism,
p = 4,
sign_irf = sign_irf)

Expand Down Expand Up @@ -176,7 +176,7 @@ sign_narrative = list(
)

# specify the model
specification = specify_bsvarSIGN$new(monetary * 100,
specification = specify_bsvarSIGN$new(monetary,
p = 12,
sign_irf = sign_irf,
sign_narrative = sign_narrative)
Expand Down
2 changes: 1 addition & 1 deletion 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 dc4daa2

Please sign in to comment.