Hi all,
I'm seeking advice on the most appropriate way to perform multiple group comparison after running a Cox Model (code below). Using the pwcompare command provides p-values, but not HRs to go along. I also understand the Bonferroni corrections can be over conservative.
The main exposure (groups446) has 3 categories of patients (0, 1, 2). Some of the reviewers for this manuscript are asking for direct comparison of individual groups (ex. group 0 vs. group 1, 0 vs 2, 1 vs. 2).
What is the "recommended" or most acceptable approach?
Is it valid/acceptable to run the model as originally set up include two groups of interest at a time? For example adding "stock i.groups446 age......if groups446!=1"?
I would really appreciate some input, as I'm on a tight timeline with the reviewers.
Best,
Roberto
I'm seeking advice on the most appropriate way to perform multiple group comparison after running a Cox Model (code below). Using the pwcompare command provides p-values, but not HRs to go along. I also understand the Bonferroni corrections can be over conservative.
The main exposure (groups446) has 3 categories of patients (0, 1, 2). Some of the reviewers for this manuscript are asking for direct comparison of individual groups (ex. group 0 vs. group 1, 0 vs 2, 1 vs. 2).
What is the "recommended" or most acceptable approach?
Is it valid/acceptable to run the model as originally set up include two groups of interest at a time? For example adding "stock i.groups446 age......if groups446!=1"?
HTML Code:
stcox ib2.groups446 age i.sex i.race i.hispanic i.asaclass i.locheadneck i.radiographicstage i.natfl i.chemotherapyswitch i.neoadjuvantradiation i.adjuvantradiation i.veinresection i.arterialresection i.intraopbloodtransfusion lnr i.lymphovascularinvasion i.pathologiccompleteresponse i.year i.site, base
Best,
Roberto
Comment