Hi all!
I want to use univariate regression to look at the relationship between level of differentiation of a tumor and mortality. I have a variable called 'differentiation' with 3 levels: well, moderate, poor. I have also made 3 separate indicator variables ('well_differentiation', 'moderate_differentiation', 'poor_differentiation') storing either yes or no. Which of the these approaches should I be using for univariable analysis and what is the difference between them? They all seem to give different results.
Thanks a lot in advance!
I want to use univariate regression to look at the relationship between level of differentiation of a tumor and mortality. I have a variable called 'differentiation' with 3 levels: well, moderate, poor. I have also made 3 separate indicator variables ('well_differentiation', 'moderate_differentiation', 'poor_differentiation') storing either yes or no. Which of the these approaches should I be using for univariable analysis and what is the difference between them? They all seem to give different results.
- stcox i.differentiation
- stcox well_differentiation moderate_differentiation poor_differentiation
- Three separate statements: stcox well_differentiation; stcox moderate_differentiation; stcox poor_differentiation
Thanks a lot in advance!
Comment