Skip to content

Commit 7bd414f

Browse files
author
Gruber
committed
add link to vignette
1 parent 57a5474 commit 7bd414f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ pred <- predict(mod, n.ahead = 1:4, LPL = TRUE, Y_obs = test_data)
5353
# Visualize in-sample fit plus out-of-sample prediction intervals
5454
plot(mod, predictions = pred)
5555
```
56+
57+
# Documentation
58+
59+
``` r
60+
browseVignettes("bayesianVARs")
61+
```

0 commit comments

Comments
 (0)