-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
72 lines (65 loc) · 1.92 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
url: https://sterniii3.github.io/drugdevelopR/
template:
bootstrap: 5
articles:
- title: Introduction
navbar: ~
contents:
- Introduction-to-drugdevelopR
- title: Different outcome variables
contents:
- Binary_outcomes
- Time-to-event_outcomes
- title: Input and output
contents:
- Fixed_and_prior_distributions
- More_Parameters
- Interpreting_Output
- title: Complex settings
contents:
- Bias_adjustment
- Multitrial
- Multiarm_Trials
- Multiple_Endpoints
- title: Package validation
navbar: ~
contents:
- Package_validation
reference:
- title: Basic setting
desc: Optimally plan basic phase II/III drug development programs.
- contents:
- "optimal_tte"
- "optimal_binary"
- "optimal_normal"
- title: Bias adjustment
desc: >
As phase III is only conducted in case of promising phase II results,
treatment effect estimates from phase II generally overestimate the
treatment effect. The following methods supply bias adjustment strategies
for optimal program planning.
- contents:
- starts_with("optimal_bias")
- title: Multi-trial programs
desc: >
More and more often, regulatory authorities require more than one
confirmatory phase III study to have delivered a significant result. With
the following methods, the planning of multi-trial programs can be
optimized.
- contents:
- starts_with("optimal_multitrial")
- title: Multi-arm trials
desc: >
An efficient way of discovering effective treatments among a range of
treatment choices is the conduct of multi-arm trials, which can be optimally
planned using the following methods.
- contents:
- starts_with("optimal_multiarm")
- title: Multiple endpoints
desc: >
In some trials, multiple endpoints may be of interest. Drug development
programs with multiple endpoints can be optimized using the following
methods.
- contents:
- "optimal_multiple_tte"
- "optimal_multiple_normal"