-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreferences.bib
More file actions
1504 lines (1376 loc) · 49.5 KB
/
references.bib
File metadata and controls
1504 lines (1376 loc) · 49.5 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{pocock2012,
title = {The win ratio: a new approach to the analysis of composite endpoints in clinical trials based on clinical priorities},
author = {Pocock, S. J. and Ariti, C. A. and Collier, T. J. and Wang, D.},
year = {2012},
month = {09},
date = {2012-09-06},
journal = {European Heart Journal},
pages = {176--182},
volume = {33},
number = {2},
doi = {10.1093/eurheartj/ehr352},
url = {http://dx.doi.org/10.1093/eurheartj/ehr352},
langid = {en}
}
@article{pocock:2024,
title={The win ratio in cardiology trials: lessons learnt, new developments, and wise future use},
author={Pocock, Stuart J and Gregson, John and Collier, Timothy J and Ferreira, Joao Pedro and Stone, Gregg W},
journal={European heart journal},
volume={45},
number={44},
pages={4684--4699},
year={2024},
publisher={Oxford University Press UK}
}
@article{Luo2015,
title = {An Alternative Approach to Confidence Interval Estimation for the Win Ratio Statistic},
author = {Luo, Xiaodong and Tian, Hong and Mohanty, Surya and Tsai, Wei Yann},
year = {2015},
month = {08},
date = {2015-08-25},
journal = {Biometrics},
pages = {139--145},
volume = {71},
number = {1},
doi = {10.1111/biom.12225},
url = {http://dx.doi.org/10.1111/biom.12225},
langid = {en}
}
@article{Bebu2016,
title = {Large sample inference for a win ratio analysis of a composite outcome based on prioritized components},
author = {Bebu, Ionut and Lachin, John M.},
year = {2016},
month = {09},
date = {2016-09-08},
journal = {Biostatistics},
pages = {178--187},
volume = {17},
number = {1},
doi = {10.1093/biostatistics/kxv032},
url = {http://dx.doi.org/10.1093/biostatistics/kxv032},
langid = {en}
}
@article{oakes2016,
title = {On the win-ratio statistic in clinical trials with multiple types of event},
author = {Oakes, D.},
year = {2016},
month = {07},
date = {2016-07-25},
journal = {Biometrika},
pages = {742--745},
volume = {103},
number = {3},
doi = {10.1093/biomet/asw026},
url = {http://dx.doi.org/10.1093/biomet/asw026},
langid = {en}
}
@article{Mao2019,
title = {On the Alternative Hypotheses for the Win Ratio},
author = {Mao, Lu},
year = {2019},
month = {08},
date = {2019-08-10},
journal = {Biometrics},
pages = {347--351},
volume = {75},
number = {1},
doi = {10.1111/biom.12954},
url = {http://dx.doi.org/10.1111/biom.12954},
langid = {en}
}
@article{Dong2020,
title = {The inverse-probability-of-censoring weighting (IPCW) adjusted win ratio statistic: an unbiased estimator in the presence of independent censoring},
author = {Dong, Gaohong and Mao, Lu and Huang, Bo and Gamalo-Siebers, Margaret and Wang, Jiuzhou and Yu, GuangLei and Hoaglin, David C.},
year = {2020b},
month = {06},
date = {2020b-06-17},
journal = {Journal of Biopharmaceutical Statistics},
pages = {882--899},
volume = {30},
number = {5},
doi = {10.1080/10543406.2020.1757692},
url = {http://dx.doi.org/10.1080/10543406.2020.1757692},
langid = {en}
}
@article{Dong2021,
title = {Adjusting win statistics for dependent censoring},
author = {Dong, Gaohong and Huang, Bo and Wang, Duolao and Verbeeck, Johan and Wang, Jiuzhou and Hoaglin, David C.},
year = {2021},
month = {11},
date = {2021-11-28},
journal = {Pharmaceutical Statistics},
pages = {440--450},
volume = {20},
number = {3},
doi = {10.1002/pst.2086},
url = {http://dx.doi.org/10.1002/pst.2086},
langid = {en}
}
@article{WINS,
title = {WINS: The R WINS Package},
author = {Cui, Ying and Huang, Bo},
year = {2023},
date = {2023},
url = {https://CRAN.R-project.org/package=WINS}
}
@article{wang2023,
title = {Missing Data Imputation for a Multivariate Outcome of Mixed Variable Types},
author = {Wang, Tuo and Zilinskas, Rachel and Li, Ying and Qu, Yongming},
year = {2023},
month = {02},
date = {2023-02-14},
journal = {Statistics in Biopharmaceutical Research},
pages = {826--837},
volume = {15},
number = {4},
doi = {10.1080/19466315.2023.2169753},
url = {http://dx.doi.org/10.1080/19466315.2023.2169753},
langid = {en}
}
@article{wang2024,
title = {Restricted time win ratio: from estimands to estimation},
author = {Wang, Tuo and Li, Ying and Qu, Yongming},
year = {2024},
month = {03},
date = {2024-03-20},
journal = {Statistics in Biopharmaceutical Research},
pages = {1--18},
doi = {10.1080/19466315.2024.2332675},
url = {http://dx.doi.org/10.1080/19466315.2024.2332675},
langid = {en}
}
@article{Mao2023,
title = {On restricted mean time in favor of treatment},
author = {Mao, Lu},
year = {2023},
month = {10},
date = {2023-10-17},
journal = {Biometrics},
pages = {61--72},
volume = {79},
number = {1},
doi = {10.1111/biom.13570},
url = {http://dx.doi.org/10.1111/biom.13570},
langid = {en}
}
@article{Mao2021,
title = {A class of proportional win{-}fractions regression models for composite outcomes},
author = {Mao, Lu and Wang, Tuo},
year = {2021},
month = {10},
date = {2021-10-10},
journal = {Biometrics},
pages = {1265--1275},
volume = {77},
number = {4},
doi = {10.1111/biom.13382},
url = {http://dx.doi.org/10.1111/biom.13382},
langid = {en}
}
@article{Wang2022,
title = {Stratified proportional win{-}fractions regression analysis},
author = {Wang, Tuo and Mao, Lu},
year = {2022},
month = {09},
date = {2022-09-14},
journal = {Statistics in Medicine},
pages = {5305--5318},
volume = {41},
number = {26},
doi = {10.1002/sim.9570},
url = {http://dx.doi.org/10.1002/sim.9570},
langid = {en}
}
@article{wang2023a,
title = {Statistical power considerations in the use of win ratio in cardiovascular outcome trials},
author = {Wang, Bang and Zhou, Dali and Zhang, Jialu and Kim, Yoonhee and Chen, Ling-Wan and Dunnmon, Preston and Bai, Steven and Liu, Ququan and Ishida, Eiji},
year = {2023},
month = {01},
date = {2023-01},
journal = {Contemporary Clinical Trials},
pages = {107040},
volume = {124},
doi = {10.1016/j.cct.2022.107040},
url = {http://dx.doi.org/10.1016/j.cct.2022.107040},
langid = {en}
}
@article{gasparyan2021,
title = {Power and sample size calculation for the win odds test: application to an ordinal endpoint in COVID-19 trials},
author = {Gasparyan, Samvel B. and Kowalewski, Elaine K. and Folkvaljon, Folke and Bengtsson, Olof and Buenconsejo, Joan and Adler, John and Koch, Gary G.},
year = {2021},
month = {09},
date = {2021-09-23},
journal = {Journal of Biopharmaceutical Statistics},
pages = {765--787},
volume = {31},
number = {6},
doi = {10.1080/10543406.2021.1968893},
url = {http://dx.doi.org/10.1080/10543406.2021.1968893},
langid = {en}
}
@article{mao2022,
title = {Sample size formula for general win ratio analysis},
author = {Mao, Lu and Kim, KyungMann and Miao, Xinran},
year = {2022},
month = {06},
date = {2022-06-08},
journal = {Biometrics},
pages = {1257--1268},
volume = {78},
number = {3},
doi = {10.1111/biom.13501},
url = {http://dx.doi.org/10.1111/biom.13501},
langid = {en}
}
@article{yu2022,
title = {Sample size formula for a win ratio endpoint},
author = {Yu, Ron Xiaolong and Ganju, Jitendra},
year = {2022},
month = {01},
date = {2022-01-27},
journal = {Statistics in Medicine},
pages = {950--963},
volume = {41},
number = {6},
doi = {10.1002/sim.9297},
url = {http://dx.doi.org/10.1002/sim.9297},
langid = {en}
}
@article{Dong2020a,
title = {The win ratio: Impact of censoring and follow{-}up time and use with nonproportional hazards},
author = {Dong, Gaohong and Huang, Bo and Chang, {Yu{-}Wei} and Seifu, Yodit and Song, James and Hoaglin, David C.},
year = {2020a},
month = {10},
date = {2020a-10-31},
journal = {Pharmaceutical Statistics},
pages = {168--177},
volume = {19},
number = {3},
doi = {10.1002/pst.1977},
url = {http://dx.doi.org/10.1002/pst.1977},
langid = {en}
}
@article{li2024,
title={The Elusiveness of the Win Ratio Parameter in the Presence of Missing Data},
author={Li, Heng and Chen, Wei-Chen and Lu, Nelson and Tang, Rong and Zhao, Yu},
journal={Therapeutic Innovation \& Regulatory Science},
pages={1--2},
year={2024},
publisher={Springer}
}
@article{Moertel1990,
title = {Levamisole and Fluorouracil for Adjuvant Therapy of Resected Colon Carcinoma},
author = {Moertel, Charles G. and Fleming, Thomas R. and Macdonald, John S. and Haller, Daniel G. and Laurie, John A. and Goodman, Phyllis J. and Ungerleider, James S. and Emerson, William A. and Tormey, Douglas C. and Glick, John H. and Veeder, Michael H. and Mailliard, James A.},
year = {1990},
month = {02},
date = {1990-02-08},
journal = {New England Journal of Medicine},
pages = {352--358},
volume = {322},
number = {6},
doi = {10.1056/nejm199002083220602},
url = {http://dx.doi.org/10.1056/NEJM199002083220602},
langid = {en}
}
@article{OConnor2009,
title = {Efficacy and Safety of Exercise Training in Patients With Chronic Heart Failure},
author = {{O{\textquoteright}Connor}, Christopher M. and Whellan, David J. and Lee, Kerry L. and Keteyian, Steven J. and Cooper, Lawton S. and Ellis, Stephen J. and Leifer, Eric S. and Kraus, William E. and Kitzman, Dalane W. and Blumenthal, James A. and Rendall, David S. and Miller, Nancy Houston and Fleg, Jerome L. and Schulman, Kevin A. and McKelvie, Robert S. and Zannad, Faiez and {Piña}, Ileana L. and HF-ACTION Investigators, for the},
year = {2009},
month = {04},
date = {2009-04-08},
journal = {JAMA},
pages = {1439},
volume = {301},
number = {14},
doi = {10.1001/jama.2009.454},
url = {http://dx.doi.org/10.1001/jama.2009.454},
langid = {en}
}
@misc{ich1998,
title={Statistical principles for clinical trials.},
author={ICH},
year={1998},
howpublished={London: European Medicines Evaluation Agency},
note = {Online; accessed Dec 29, 2023}
}
@misc{ich2020,
title={ICH E9 (R1) Addendum on Estimands and Sensitivity Analysis in Clinical Trials to the Guideline on Statistical Principles for Clinical Trials, Step 5},
author={ICH},
year={2020},
howpublished={London: European Medicines Evaluation Agency},
note = {Online; accessed Dec 29, 2023}
}
@misc{fda2022,
title={Guidance for Industry: Multiple endpoints in clinical trials},
author={FDA},
year={2022},
url={https://www.fda.gov/regulatory-information/search-fda-guidance-documents/multiple-endpoints-clinical-trials-guidance-industry},
note = {Online; accessed Dec 29, 2023}
}
@misc{EUnetHTA2015,
title={Guidance for Industry: Multiple endpoints in clinical trials},
author={EUnetHTA},
year={2015},
url={https://www.eunethta.eu/wp-content/uploads/2018/01/Endpoints-used-for-Relative-Effectiveness-Assessment-Composite-endpoints_Amended-JA1-Guideline_Final-Nov-2015_0.pdf},
note = {Online; accessed Dec 29, 2023}
}
@article{Zinman2015,
title = {Empagliflozin, Cardiovascular Outcomes, and Mortality in Type 2 Diabetes},
author = {Zinman, Bernard and Wanner, Christoph and Lachin, John M. and Fitchett, David and Bluhmki, Erich and Hantel, Stefan and Mattheus, Michaela and Devins, Theresa and Johansen, Odd Erik and Woerle, Hans J. and Broedl, Uli C. and Inzucchi, Silvio E.},
year = {2015},
month = {11},
date = {2015-11-26},
journal = {New England Journal of Medicine},
pages = {2117--2128},
volume = {373},
number = {22},
doi = {10.1056/nejmoa1504720},
url = {http://dx.doi.org/10.1056/NEJMoa1504720},
langid = {en}
}
@article{Mao2016,
title = {Semiparametric regression for the weighted composite endpoint of recurrent and terminal events},
author = {Mao, Lu and Lin, D. Y.},
year = {2016},
month = {4},
journal = {Biostatistics},
pages = {390--403},
volume = {17},
number = {2},
doi = {10.1093/biostatistics/kxv050},
url = {http://dx.doi.org/10.1093/biostatistics/kxv050},
langid = {en}
}
@article{schmidli2023,
title = {Estimands for Recurrent Event Endpoints in the Presence of a Terminal Event},
author = {Schmidli, Heinz and Roger, James H. and Akacha, Mouna},
year = {2023},
month = {04},
date = {2023-04-19},
journal = {Statistics in Biopharmaceutical Research},
pages = {238--248},
volume = {15},
number = {2},
doi = {10.1080/19466315.2021.1895883},
url = {http://dx.doi.org/10.1080/19466315.2021.1895883},
langid = {en}
}
@article{freemantle2003a,
title = {Composite Outcomes in Randomized Trials},
author = {Freemantle, Nick and Calvert, Melanie and Wood, John and Eastaugh, Joanne and Griffin, Carl},
year = {2003},
month = {05},
date = {2003-05-21},
journal = {JAMA},
pages = {2554},
volume = {289},
number = {19},
doi = {10.1001/jama.289.19.2554},
url = {http://dx.doi.org/10.1001/jama.289.19.2554},
langid = {en}
}
@article{mao2021,
title = {Statistical Models for Composite Endpoints of Death and Nonfatal Events: A Review},
author = {Mao, Lu and Kim, KyungMann},
year = {2021},
month = {07},
date = {2021-07-03},
journal = {Statistics in Biopharmaceutical Research},
pages = {260--269},
volume = {13},
number = {3},
doi = {10.1080/19466315.2021.1927824},
url = {http://dx.doi.org/10.1080/19466315.2021.1927824},
langid = {en}
}
@article{akacha2017,
title = {Estimands and Their Role in Clinical Trials},
author = {Akacha, Mouna and Bretz, Frank and Ohlssen, David and Rosenkranz, Gerd and Schmidli, Heinz},
year = {2017},
month = {07},
date = {2017-07-03},
journal = {Statistics in Biopharmaceutical Research},
pages = {268--271},
volume = {9},
number = {3},
doi = {10.1080/19466315.2017.1302358},
url = {http://dx.doi.org/10.1080/19466315.2017.1302358},
langid = {en}
}
@article{ratitch2020,
title = {Choosing Estimands in Clinical Trials: Putting the ICH E9(R1) Into Practice},
author = {Ratitch, Bohdana and Bell, James and Mallinckrodt, Craig and Bartlett, Jonathan W. and Goel, Niti and Molenberghs, Geert and {O{\textquoteright}Kelly}, Michael and Singh, Pritibha and Lipkovich, Ilya},
year = {2020},
month = {01},
date = {2020-01-04},
journal = {Therapeutic Innovation & Regulatory Science},
pages = {324--341},
volume = {54},
number = {2},
doi = {10.1007/s43441-019-00061-x},
url = {http://dx.doi.org/10.1007/s43441-019-00061-x},
langid = {en}
}
@article{ionan2022,
title = {Clinical and Statistical Perspectives on the ICH E9(R1) Estimand Framework Implementation},
author = {Ionan, Alexei C. and Paterniti, Miya and Mehrotra, Devan V. and Scott, John and Ratitch, Bohdana and Collins, Sylva and Gomatam, Shanti and Nie, Lei and Rufibach, Kaspar and Bretz, Frank},
year = {2022},
month = {07},
date = {2022-07-06},
journal = {Statistics in Biopharmaceutical Research},
pages = {554--559},
volume = {15},
number = {3},
doi = {10.1080/19466315.2022.2081601},
url = {http://dx.doi.org/10.1080/19466315.2022.2081601},
langid = {en}
}
@article{qu2021,
title = {Implementation of ICH E9 (R1): A Few Points Learned During the COVID-19 Pandemic},
author = {Qu, Yongming and Lipkovich, Ilya},
year = {2021},
month = {05},
date = {2021-05-13},
journal = {Therapeutic Innovation & Regulatory Science},
pages = {984--988},
volume = {55},
number = {5},
doi = {10.1007/s43441-021-00297-6},
url = {http://dx.doi.org/10.1007/s43441-021-00297-6},
langid = {en}
}
@article{mao2024,
title={Defining estimand for the win ratio: Separate the true effect from censoring},
author={Mao, Lu},
journal={Clinical Trials},
volume={21},
number={5},
pages={584--594},
year={2024},
publisher={SAGE Publications Sage UK: London, England}
}
@article{ghosh2000,
title = {Nonparametric Analysis of Recurrent Events and Death},
author = {Ghosh, Debashis and Lin, D. Y.},
year = {2000},
month = {06},
date = {2000-06},
journal = {Biometrics},
pages = {554--562},
volume = {56},
number = {2},
doi = {10.1111/j.0006-341x.2000.00554.x},
url = {http://dx.doi.org/10.1111/j.0006-341X.2000.00554.x},
langid = {en}
}
@article{gray1988,
title = {A Class of $K$-Sample Tests for Comparing the Cumulative Incidence of a Competing Risk},
author = {Gray, Robert J.},
year = {1988},
month = {09},
date = {1988-09-01},
journal = {The Annals of Statistics},
volume = {16},
number = {3},
doi = {10.1214/aos/1176350951},
url = {http://dx.doi.org/10.1214/aos/1176350951}
}
@article{fine1999,
title = {A Proportional Hazards Model for the Subdistribution of a Competing Risk},
author = {Fine, Jason P. and Gray, Robert J.},
year = {1999},
month = {06},
date = {1999-06},
journal = {Journal of the American Statistical Association},
pages = {496--509},
volume = {94},
number = {446},
doi = {10.1080/01621459.1999.10474144},
url = {http://dx.doi.org/10.1080/01621459.1999.10474144},
langid = {en}
}
@article{buyse2010,
title = {Generalized pairwise comparisons of prioritized outcomes in the two{-}sample problem},
author = {Buyse, Marc E},
year = {2010},
month = {12},
date = {2010-12-16},
journal = {Statistics in Medicine},
pages = {3245--3257},
volume = {29},
number = {30},
doi = {10.1002/sim.3923},
url = {http://dx.doi.org/10.1002/sim.3923},
langid = {en}
}
@article{brunner2021,
title = {Win odds: An adaptation of the win ratio to include ties},
author = {Brunner, Edgar and Vandemeulebroecke, Marc and {Mütze}, Tobias},
year = {2021},
month = {04},
date = {2021-04-16},
journal = {Statistics in Medicine},
pages = {3367--3384},
volume = {40},
number = {14},
doi = {10.1002/sim.8967},
url = {http://dx.doi.org/10.1002/sim.8967},
langid = {en}
}
@article{deltuvaite-thomas2022,
title = {Generalized pairwise comparisons for censored data: An overview},
author = {{Deltuvaite{-}Thomas}, Vaiva and Verbeeck, Johan and Burzykowski, Tomasz and Buyse, Marc and Tournigand, Christophe and Molenberghs, Geert and Thas, Olivier},
year = {2022},
month = {09},
date = {2022-09-20},
journal = {Biometrical Journal},
volume = {65},
number = {2},
doi = {10.1002/bimj.202100354},
url = {http://dx.doi.org/10.1002/bimj.202100354},
langid = {en}
}
@article{verbeeck2023,
title = {Generalized Pairwise Comparisons to Assess Treatment Effects},
author = {Verbeeck, Johan and De Backer, {Mickaël} and Verwerft, Jan and Salvaggio, Samuel and Valgimigli, Marco and Vranckx, Pascal and Buyse, Marc and Brunner, Edgar},
year = {2023},
month = {09},
date = {2023-09},
journal = {Journal of the American College of Cardiology},
pages = {1360--1372},
volume = {82},
number = {13},
doi = {10.1016/j.jacc.2023.06.047},
url = {http://dx.doi.org/10.1016/j.jacc.2023.06.047},
langid = {en}
}
@article{dong2016,
title = {A generalized analytic solution to the win ratio to analyze a composite endpoint considering the clinical importance order among components},
author = {Dong, Gaohong and Li, Di and Ballerstedt, Steffen and Vandemeulebroecke, Marc},
year = {2016},
month = {08},
date = {2016-08-02},
journal = {Pharmaceutical Statistics},
pages = {430--437},
volume = {15},
number = {5},
doi = {10.1002/pst.1763},
url = {http://dx.doi.org/10.1002/pst.1763},
langid = {en}
}
@article{Luo2017,
title = {Weighted win loss approach for analyzing prioritized outcomes},
author = {Luo, Xiaodong and Qiu, Junshan and Bai, Steven and Tian, Hong},
year = {2017},
month = {03},
date = {2017-03-26},
journal = {Statistics in Medicine},
pages = {2452--2465},
volume = {36},
number = {15},
doi = {10.1002/sim.7284},
url = {http://dx.doi.org/10.1002/sim.7284},
langid = {en}
}
@article{dong2017,
title = {The stratified win ratio},
author = {Dong, Gaohong and Qiu, Junshan and Wang, Duolao and Vandemeulebroecke, Marc},
year = {2018},
month = {11},
date = {2018-11-27},
journal = {Journal of Biopharmaceutical Statistics},
pages = {778--796},
volume = {28},
number = {4},
doi = {10.1080/10543406.2017.1397007},
url = {http://dx.doi.org/10.1080/10543406.2017.1397007},
langid = {en}
}
@article{dong2023,
title = {The stratified win statistics (win ratio, win odds, and net benefit)},
author = {Dong, Gaohong and Hoaglin, David C. and Huang, Bo and Cui, Ying and Wang, Duolao and Cheng, Yu and {Gamalo{-}Siebers}, Margaret},
year = {2023},
month = {02},
date = {2023-02-20},
journal = {Pharmaceutical Statistics},
pages = {748--756},
volume = {22},
number = {4},
doi = {10.1002/pst.2293},
url = {http://dx.doi.org/10.1002/pst.2293},
langid = {en}
}
@article{finkelstein1999,
title = {Combining mortality and longitudinal measures in clinical trials},
author = {Finkelstein, Dianne M. and Schoenfeld, David A.},
year = {1999},
month = {06},
date = {1999-06-15},
journal = {Statistics in Medicine},
pages = {1341--1354},
volume = {18},
number = {11},
doi = {10.1002/(sici)1097-0258(19990615)18:11<1341::aid-sim129>3.0.co;2-7},
url = {http://dx.doi.org/10.1002/(sici)1097-0258(19990615)18:11<1341::aid-sim129>3.0.co;2-7},
langid = {en}
}
@article{mao2022a,
title = {On recurrent-event win ratio},
author = {Mao, Lu and Kim, KyungMann and Li, Yi},
year = {2022},
month = {03},
date = {2022-03-29},
journal = {Statistical Methods in Medical Research},
pages = {1120--1134},
volume = {31},
number = {6},
doi = {10.1177/09622802221084134},
url = {http://dx.doi.org/10.1177/09622802221084134},
langid = {en}
}
@article{oakes1989,
title = {Bivariate Survival Models Induced by Frailties},
author = {Oakes, David},
year = {1989},
month = {06},
date = {1989-06},
journal = {Journal of the American Statistical Association},
pages = {487--493},
volume = {84},
number = {406},
doi = {10.1080/01621459.1989.10478795},
url = {http://dx.doi.org/10.1080/01621459.1989.10478795},
langid = {en}
}
@article{zhou2022,
title = {Calculating power for the Finkelstein and Schoenfeld test statistic for a composite endpoint with two components},
author = {Zhou, Thomas J. and LaValley, Michael P. and Nelson, Kerrie P. and Cabral, Howard J. and Massaro, Joseph M.},
year = {2022},
month = {04},
date = {2022-04-29},
journal = {Statistics in Medicine},
pages = {3321--3335},
volume = {41},
number = {17},
doi = {10.1002/sim.9419},
url = {http://dx.doi.org/10.1002/sim.9419},
langid = {en}
}
@article{seifu2022,
title = {Design of paediatric trials with benefit-risk endpoints using a composite score of adverse events of interest (AEI) and win-statistics},
author = {Seifu, Yodit and Mt-Isa, Shahrul and Duke, Kyle and Gamalo-Siebers, Margaret and Wang, William and Dong, Gaohong and Kolassa, John},
year = {2022},
month = {12},
date = {2022-12-22},
journal = {Journal of Biopharmaceutical Statistics},
pages = {696--707},
volume = {33},
number = {6},
doi = {10.1080/10543406.2022.2153202},
url = {http://dx.doi.org/10.1080/10543406.2022.2153202},
langid = {en}
}
@article{maow2024,
title = {Dissecting the restricted mean time in favor of treatment},
author = {Mao, Lu and Wang, Tuo},
year = {2024},
month = {05},
date = {2024-05-24},
journal = {Journal of Biopharmaceutical Statistics},
pages = {111--126},
volume = {34},
number = {1},
doi = {10.1080/10543406.2023.2210658},
url = {http://dx.doi.org/10.1080/10543406.2023.2210658},
langid = {en}
}
@article{mao2023a,
title = {Power and Sample Size Calculations for the Restricted Mean Time Analysis of Prioritized Composite Endpoints},
author = {Mao, Lu},
year = {2023},
month = {10},
date = {2023-10-03},
journal = {Statistics in Biopharmaceutical Research},
pages = {540--548},
volume = {15},
number = {3},
doi = {10.1080/19466315.2022.2110936},
url = {http://dx.doi.org/10.1080/19466315.2022.2110936},
langid = {en}
}
@article{mao2023b,
title = {Study Design for Restricted Mean Time Analysis of Recurrent Events and Death},
author = {Mao, Lu},
year = {2023},
month = {08},
date = {2023-08-23},
journal = {Biometrics},
pages = {3701--3714},
volume = {79},
number = {4},
doi = {10.1111/biom.13923},
url = {http://dx.doi.org/10.1111/biom.13923},
langid = {en}
}
@article{troendle2024,
title = {Use of win time for ordered composite endpoints in clinical trials},
author = {Troendle, James F. and Leifer, Eric S. and Yang, Song and Jeffries, Neal and Kim, {Dong{-}Yun} and Joo, Jungnam and {O'Connor}, Christopher M.},
year = {2024},
month = {02},
date = {2024-02-28},
journal = {Statistics in Medicine},
pages = {1920--1932},
volume = {43},
number = {10},
doi = {10.1002/sim.10045},
url = {http://dx.doi.org/10.1002/sim.10045},
langid = {en}
}
@misc{akacha:2018,
author = {Akacha, M. and Binkowitz, B. and Bretz, F. and Fritsch, A. and Hougaard, P.
and Jahn-Eimermacher, A. and et al.},
title = {Request for CHMP qualification opinion: clinically interpretable treatment effect measures based on recurrent event endpoints that allow for efficient statistical analyses},
howpublished = {\url{http://www.ema.europa.eu/documents/other/qualification-opinion-treatment-effect-measures-when-using-recurrent-event-endpoints-applicants_en.pdf}},
note = {European Medicines Agency,Online; accessed Nov 3 2023} ,
year=2018,
}
@misc{CHMP:2020,
author = {CHMP},
title = {Qualification opinion of clinically interpretable treatment effect measures based on recurrent event endpoints that allow for efficient statistical analyses},
howpublished = {\url{https://www.ema.europa.eu/en/documents/other/qualification-opinion-clinically-interpretable-treatment-effect-measures-based-recurrent-event_en.pdf}},
note = {European Medicines Agency; Online; accessed Nov 3 2023} ,
year=2020,
}
@article{mao2023c,
title = {Nonparametric Inference of General While-Alive Estimands for Recurrent Events},
author = {Mao, Lu},
year = {2023},
month = {06},
date = {2023-12-22},
journal = {Biometrics},
pages = {1749--1760},
volume = {79},
number = {3},
doi = {10.1111/biom.13709},
url = {http://dx.doi.org/10.1111/biom.13709},
langid = {en}
}
@article{schmidli2021,
title = {Estimands for Recurrent Event Endpoints in the Presence of a Terminal Event},
author = {Schmidli, Heinz and Roger, James H. and Akacha, Mouna},
year = {2023},
journal = {Statistics in Biopharmaceutical Research},
pages = {238--248},
volume = {15},
number = {2},
doi = {10.1080/19466315.2021.1895883},
url = {http://dx.doi.org/10.1080/19466315.2021.1895883},
langid = {en}
}
@article{schmidli2023,
title = {Rejoinder to Commentaries on {\textquotedblleft}Estimands for Recurrent Event Endpoints in the Presence of a Terminal Event{\textquotedblright}},
author = {Schmidli, Heinz and Roger, James H. and Akacha, Mouna and , },
year = {2023},
month = {04},
date = {2023-04-03},
journal = {Statistics in Biopharmaceutical Research},
pages = {255--256},
volume = {15},
number = {2},
doi = {10.1080/19466315.2023.2166098},
url = {http://dx.doi.org/10.1080/19466315.2023.2166098},
langid = {en}
}
@article{Uno2023,
title = {Ratio and difference of average hazard with survival weight: New measures to quantify survival benefit of new therapy},
author = {Uno, Hajime and Horiguchi, Miki},
year = {2023},
month = {01},
date = {2023-01-05},
journal = {Statistics in Medicine},
pages = {936--952},
volume = {42},
number = {7},
doi = {10.1002/sim.9651},
url = {http://dx.doi.org/10.1002/sim.9651},
langid = {en}
}
@article{fritsch2021,
title = {Efficiency Comparison of Analysis Methods for Recurrent Event and Time-to-First Event Endpoints in the Presence of Terminal Events{\textemdash}Application to Clinical Trials in Chronic Heart Failure},
author = {Fritsch, Arno and {Schlömer}, Patrick and Mendolia, Franco and {Mütze}, Tobias and Jahn-Eimermacher, Antje and , },
year = {2023},
journal = {Statistics in Biopharmaceutical Research},
pages = {268--279},
volume = {15},
number = {2},
doi = {10.1080/19466315.2021.1945488},
url = {http://dx.doi.org/10.1080/19466315.2021.1945488},
langid = {en}
}
@article{wei2021a,
title = {Properties of Two While-Alive Estimands for Recurrent Events and Their Potential Estimators},
author = {Wei, Jiawei and {Mütze}, Tobias and Jahn-Eimermacher, Antje and Roger, James},
year = {2023},
journal = {Statistics in Biopharmaceutical Research},
pages = {257--267},
volume = {15},
number = {2},
doi = {10.1080/19466315.2021.1994457},
url = {http://dx.doi.org/10.1080/19466315.2021.1994457},
langid = {en}
}
@article{royston2011,
title = {The use of restricted mean survival time to estimate the treatment effect in randomized clinical trials when the proportional hazards assumption is in doubt},
author = {Royston, Patrick and Parmar, Mahesh K. B.},
year = {2011},
month = {05},
date = {2011-05-25},
journal = {Statistics in Medicine},
pages = {2409--2421},
volume = {30},
number = {19},
doi = {10.1002/sim.4274},
url = {http://dx.doi.org/10.1002/sim.4274},
langid = {en}
}
@article{lin1993,
title = {Checking the Cox model with cumulative sums of martingale-based residuals},
author = {Lin, D. Y. and Wei, L. J. and Ying, Z.},
year = {1993},
date = {1993},
journal = {Biometrika},
pages = {557--572},
volume = {80},
number = {3},
doi = {10.1093/biomet/80.3.557},
url = {http://dx.doi.org/10.1093/biomet/80.3.557},
langid = {en}
}
@article{Bennett1983,
title = {Analysis of survival data by the proportional odds model},
author = {Bennett, Steve},
year = {1983},
month = {04},
date = {1983-04},
journal = {Statistics in Medicine},
pages = {273--277},
volume = {2},
number = {2},
doi = {10.1002/sim.4780020223},
url = {http://dx.doi.org/10.1002/sim.4780020223},
langid = {en}
}
@article{murphy1997,
title = {Maximum Likelihood Estimation in the Proportional Odds Model},
author = {Murphy, S. A. and Rossini, A. J. and van der Vaart, A. W.},
year = {1997},
month = {09},
date = {1997-09},
journal = {Journal of the American Statistical Association},
pages = {968--976},
volume = {92},
number = {439},
doi = {10.1080/01621459.1997.10474051},
url = {http://dx.doi.org/10.1080/01621459.1997.10474051},
langid = {en}
}
@article{follmann2019,
title = {Analysis of ordered composite endpoints},
author = {Follmann, Dean and Fay, Michael P and Hamasaki, Toshimitsu and Evans, Scott},
year = {2019},
month = {12},
date = {2019-12-19},
journal = {Statistics in Medicine},
pages = {602--616},
volume = {39},
number = {5},
doi = {10.1002/sim.8431},
url = {http://dx.doi.org/10.1002/sim.8431},
langid = {en}
}
@article{song2022,
title = {The win odds: statistical inference and regression},
author = {Song, James and Verbeeck, Johan and Huang, Bo and Hoaglin, David C. and Gamalo-Siebers, Margaret and Seifu, Yodit and Wang, Duolao and Cooner, Freda and Dong, Gaohong},
year = {2022},
month = {08},
date = {2022-08-10},
journal = {Journal of Biopharmaceutical Statistics},
pages = {140--150},
volume = {33},
number = {2},
doi = {10.1080/10543406.2022.2089156},
url = {http://dx.doi.org/10.1080/10543406.2022.2089156},
langid = {en}
}
@article{tsiatis2008,
title = {Covariate adjustment for two{-}sample treatment comparisons in randomized clinical trials: A principled yet flexible approach},
author = {Tsiatis, Anastasios A. and Davidian, Marie and Zhang, Min and Lu, Xiaomin},
year = {2008},
month = {08},
date = {2008-08-28},
journal = {Statistics in Medicine},
pages = {4658--4677},
volume = {27},
number = {23},
doi = {10.1002/sim.3113},
url = {http://dx.doi.org/10.1002/sim.3113},