-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
49 lines (47 loc) · 1.4 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
url: https://bsvars.github.io/bsvarSIGNs/
template:
bootstrap: 5
development:
mode: auto
navbar:
structure:
right: [github]
reference:
- title: 'bsvarSIGNs: Bayesian Estimation of Structural Vector Autoregressions Identified
by Sign, Zero, and Narrative Restrictions'
desc: Browse package information
- contents:
- bsvarSIGNs-package
- bsvarSIGNs
- title: Data
desc: Upload sample data set
- contents:
- optimism
- monetary
- title: Model specification
desc: Choose a model to work with
- contents: matches("specify_")
- title: More detailed model specification
desc: Adjust or inspect the specified model
- contents:
- matches("specify_data")
- matches("specify_iden")
- matches("specify_prior")
- matches("specify_start")
- title: Estimation
desc: Run Bayesian estimation of your model and inspect the outputs
- contents:
- matches("estimate")
- matches("specify_posterior")
- title: Forecasting
desc: Predict future values of your variables
- contents: matches("forecast")
- title: Structural analyses
desc: Compute interpretable outcomes
- contents: matches("compute")
- title: Posterior summaries
desc: Analyse the posterior summaries of the posterior estimation outcomes using function `summary()`
- contents: matches("summary")
- title: Plot your results
desc: Prepare beautiful and informative plots for your analyses using function `plot()`
- contents: matches("plot")