forked from Merck/simtrial
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
70 lines (64 loc) · 1.5 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
destination: docs
url: https://merck.github.io/simtrial/
template:
bootstrap: 5
bslib:
primary: "#00857c"
navbar-light-brand-color: "#fff"
navbar-light-brand-hover-color: "#fff"
navbar-light-color: "#fff"
navbar-light-hover-color: "#fff"
navbar-light-active-color: "#fff"
dropdown-link-hover-color: "#fff"
dropdown-link-hover-bg: "#00857c"
footer:
structure:
left: [developed_by, built_with, legal]
right: [blank]
components:
legal: "<br>Copyright © 2023 Merck & Co., Inc., Rahway, NJ, USA and its affiliates. All rights reserved."
blank: "<span></span>"
reference:
- title: "Example datasets"
contents:
- Ex1delayedEffect
- Ex2delayedEffect
- Ex3curewithph
- Ex4belly
- Ex5widening
- Ex6crossing
- MBdelayed
- title: "Distributions"
contents:
- rpwexp
- rpwexpRcpp
- rpwexpinvRcpp
- rpw_enroll
- fit_pwexp
- title: "Simulate data under the piecewise model"
contents:
- sim_pw_surv
- sim_fixed_n
- simfix2simPWSurv
- title: "Cut data"
contents:
- cut_data_by_date
- cut_data_by_event
- get_cut_date_by_event
- title: "Compute p-values/test statistics"
contents:
- wlr
- tenFHcorr
- counting_process
- mb_weight
- pvalue_maxcombo
- title: "Randomization algorithms"
contents:
- randomize_by_fixed_block
articles:
- title: "Example simulation workflows"
contents:
- arbitraryhazard
- modestWLRTVignette
- pvalue_maxcomboVignette
- simtrialroutines