Create a structural restriction specification
Value
A list of class bsvar_post_structural_restriction (inheriting
from bsvar_post_restriction) with elements variable,
shock, and sign.
Examples
r <- structural_restriction("gdp", "gdp", sign = 1)
print(r)
#> $variable
#> [1] "gdp"
#>
#> $shock
#> [1] "gdp"
#>
#> $sign
#> [1] 1
#>
#> attr(,"class")
#> [1] "bsvar_post_structural_restriction" "bsvar_post_restriction"