Hi I was initially calculating odds ratios for the following:
Where my outcome variable sepsis - is a binary variable as 0 or 1
i.procedure is also a binary variable as 0, 1
I now want to calculate a RR
Is it correct to use the following - just making sure:
Where my outcome variable sepsis - is a binary variable as 0 or 1
i.procedure is also a binary variable as 0, 1
Code:
logit sepsis i.procedure_type comorbidity [pw=_weight], or
Is it correct to use the following - just making sure:
Code:
mlogit sepsis i.procedure_type comorbidity [pw=_weight], rrr

(In the past, I would have provided a link to that file on my website, but my university recently shut down Google sites due to concerns about accessibility, and my site is no more.)
Comment