-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
153 lines (134 loc) · 3.24 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
## _pkgdown.yml | riskyr
## spds, uni.kn | 2023 01 15
## -------------------------
## site info: ----------
title: riskyr
url: https://hneth.github.io/riskyr/
authors:
Hansjoerg Neth:
href: https://www.spds.uni-konstanz.de/hans-neth
Felix Gaisbauer:
href: https://www.spds.uni-konstanz.de/felix-gaisbauer
Nico Gradwohl:
# href: https://www.spds.uni-konstanz.de/nico-gradwohl
href: https://www.spds.uni-konstanz.de/en/node/1231
Wolfgang Gaissmaier:
href: https://www.spds.uni-konstanz.de/wolfgang-gaissmaier
SPDS:
href: https://www.spds.uni-konstanz.de/
development:
mode: devel # devel OR release
# template:
# bootstrap: 5
# bootswatch: lumen
toc:
depth: 3
## navigation menu: ----------
navbar:
title: "riskyr"
type: default # inverse
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "Getting started"
href: articles/E_riskyr_primer.html
- text: "All articles"
# icon: fa-info
menu:
- text: "User guide"
href: articles/A_user_guide.html
- text: "Data formats"
href: articles/B_data_formats.html
- text: "Confusion matrix"
href: articles/C_confusion_matrix.html
- text: "Functional perspectives"
href: articles/D_functional_perspectives.html
- text: "Quick start primer"
href: articles/E_riskyr_primer.html
- text: "Reference"
# icon: fa-gear
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://hneth.github.io/riskyr/
## reference: ----------
reference:
- title: Initialization
desc: Creating riskyr scenarios and corresponding parameter collections.
contents:
- matches("riskyr")
- matches("scenarios")
- starts_with("init_")
- num
- popu
- read_popu
- starts_with("pal")
- starts_with("txt")
- title: Visualization
desc: Functions for creating graphical representations of riskyr scenarios.
contents:
- starts_with("plot")
- title: Probabilities
desc: Lists and objects representing probability information.
contents:
- prob
- prev
- sens
- mirt
- spec
- fart
- ppod
- PPV
- NPV
- FDR
- FOR
- acc
- accu
- err
- title: Frequencies
desc: Lists and objects representing frequencies (i.e., various subsets of a population).
contents:
- freq
- "`N`"
- "`cond_false`"
- "`cond_true`"
- starts_with("dec_")
- hi
- mi
- fa
- cr
- title: Computation and conversion
desc: Computing parameters and translating between representational formats and data/descriptions.
contents:
- starts_with("comp_")
- starts_with("read_")
- starts_with("write_")
- title: Datasets
desc: Data used in examples and illustrations.
contents:
- df_scenarios
- starts_with("BRCA")
- starts_with("t_")
- title: Validation and formatting
desc: Verifying and displaying representational formats.
contents:
- starts_with("is_")
- starts_with("as_")
- title: Extensions
desc: Extensions and links to other packages.
contents:
- FFTrees_riskyr
- starts_with("mlm_")
## figure settings: ----------
figures:
dev: grDevices::png
dpi: 96
dev.args: []
fig.ext: png
fig.width: 6.5
fig.height: 4.5
fig.retina: 2
## eof. ----------