-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
96 lines (86 loc) · 1.96 KB
/
Copy pathconfig.yml
File metadata and controls
96 lines (86 loc) · 1.96 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
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
# Simulation parameters for Example 1 in Stress Test paper.
default:
use_version: "1.0"
cran_packages:
- "cobalt"
- "devtools"
- "digest"
- "dplyr"
- "ggplot2"
- "ggsci"
- "here"
- "kableExtra"
- "labelled"
- "rpact"
- "stringr"
- "table1"
- "tidyr"
- "xfun"
github_packages:
- "jbetz-jhu/impart"
# knitr parameters
report_parameters:
opts_chunk:
collapse: TRUE
collapse_handout: FALSE
echo: FALSE
echo_handout: TRUE
message: TRUE
error: TRUE
purl: FALSE
results: "asis"
results_handout: "markup"
fig_path: "figures/"
fig_width: 12
fig_height: 12
fig_align: "center"
out_width: "80%"
dpi: 300
ggplot_parameters:
axis_text_size: 16
axis_text_face: "plain"
axis_title_size: 16
axis_title_face: "plain"
facet_text_size: 16
facet_text_face: "plain"
plot_title_size: 20
plot_title_face: "bold"
legend_text_size: 17
legend_text_face: "bold"
legend_title_size: 16
legend_title_face: "bold"
legend_position: "bottom"
# MISTIE III Example Parameters
binary_example_mistie:
example_data_file_name: "sim_MIII_MRS.Rdata"
example_output_file_name: "sim_MIII_MRS_fixed.Rdata"
example_output_file_name_im: "sim_MIII_MRS_im.Rdata"
example_output_file_name_gsd: "sim_MIII_MRS_gsd.Rdata"
example_output_file_name_gsd_adj: "sim_MIII_MRS_gsd_adj.Rdata"
example_output_file_name_gsd_im: "sim_MIII_MRS_gsd_im.Rdata"
rng_seed: 12345
alpha_design: 0.05
power_design: 0.80
test_sides: 2
p0_design: 0.25
p1_design: 0.38
pr_missing: 0.20
enroll_start: "2013-12-30"
enroll_end: "2017-08-15"
information_rates:
- 0.50
- 0.75
- 1.00
type_of_design_asof: "asOF"
type_beta_spending_asof: "none"
type_of_design_asof_bsof: "asOF"
type_beta_spending_asof_bsof: "bsOF"
slide_examples:
continuous:
mcid: 5
sd: 10
binary:
mcid: 0.13
p_0: 0.25
time_to_event:
mcid: 0.5