Dear colleagues. I already have definided the failure event (DEAD) and time variable (TIME), and I have three groups with different treatment (groups 0, 1 and 2; variable GROUP). I calculated the incidence rate in each treatment group using the command "stptime, by(grupo)" and also I have the CI for each rate. I want to compare with a test (and I want to get a p value) the three incidence rates but just can compare 0 vs 1, 1 vs 2 and 1 vs 3 using comand "stir grupo if grupo==0 | grupo==1" and "stir grupo if grupo==1 | grupo==2" and "stir grupo if grupo==0 | grupo==2". Using "stir", I get a p value but just for two groups.
Do you know which command I should use to compare the IR among the three groups?? I know I would not get a incidence rate ratio between 3 groups but I need to compare all the three IR instead 0 vs 1, or 1 vs 2 or 0 vs 2.
Thank you so much, Alejandro Di Sibio
Related Posts with compare incidence rate among three groups
Two sample unpaired ttest with mean difference specifiedI need to run a t-test on a two sample group that is unpaired with unequal variance for a specific m…
Proper titles for outreg2 output tableDear Stata users, I am trying to export summary statistics using outreg2 function with the followin…
How do I visualize the relationship between a continuous and a ordinal variable?Hi, I would like to create a scatterplot including a linear regression line. The x-axis should be o…
Question regarding Wilcoxon signed-rank tests for weighed dataI am using sample weighted data. I want to compare a result before and after an intervention. I woul…
How to estimate EndogenityDear Statalisters, I am new to Stata Forum. I am not much familiar with GMM estimation using xtabond…
Subscribe to:
Post Comments (Atom)
0 Response to compare incidence rate among three groups
Post a Comment