-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_pkgdown.yml
More file actions
45 lines (40 loc) · 1.06 KB
/
Copy path_pkgdown.yml
File metadata and controls
45 lines (40 loc) · 1.06 KB
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
url: https://martinctc.github.io/rwa/
template:
bootstrap: 5
params:
ganalytics: UA-138721086-1
includes:
in_header: |
<script
defer
src="https://ca-umami-prod.lemonglacier-6a5930b7.uksouth.azurecontainerapps.io/script.js"
data-website-id="0b91ce54-0c0c-4906-89c6-312165ce001b"
data-domains="martinctc.github.io"
data-do-not-track="true"
data-exclude-search="true"
data-exclude-hash="true"></script>
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github]
reference:
- title: "Main Functions"
desc: "Core functions for relative weights analysis"
contents:
- rwa
- rwa_multiregress
- rwa_logit
- plot_rwa
- title: "Utility Functions"
desc: "Helper functions and utilities"
contents:
- remove_all_na_cols
articles:
- title: "Getting Started"
contents:
- introduction-to-rwa
- title: "Advanced Methods"
contents:
- regression-methods
- bootstrap-confidence-intervals
- evaluating-rwa-method-reference