-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
66 lines (61 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
url: https://www.emilyzabor.com/ppseq/
template:
bootstrap: 5
bootswatch: flatly
bslib:
bg: "#ffffff"
fg: "#4b4b45"
primary: "#0078bf"
success: "#f08122"
development:
mode: release
version_label: default
home:
sidebar:
structure: [links, license, community, citation, authors, dev]
navbar:
type: light
structure:
left: [home, reference, articles, news]
right: [search, github]
components:
home:
icon: fa-home
href: index.html
github:
icon: fa-github
href: http://github.com/zabore/ppseq
news:
text: News
href: news/index.html
reference:
- title: Calibrate thresholds
- contents:
- calibrate_thresholds
- calibrate_posterior_threshold
- title: Identify the optimal design
- contents:
- optimize_design
- optimize_design.calibrate_thresholds
- title: Calculate decision rules
- contents:
- calc_decision_rules
- title: Plotting and printing
- contents:
- plot.calibrate_thresholds
- print.calibrate_thresholds
- plot.calc_decision_rules
- title: Data files
- contents:
- one_sample_cal_tbl
- one_sample_decision_tbl
- two_sample_cal_tbl
- two_sample_decision_tbl
- title: Support functions
- contents:
- calc_posterior
- calc_predictive
- calc_next
- eval_thresh
- sim_dat1
- sim_single_trial