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
Comment