Hello I would like to run a logistic regression:
outcome: Ordinal variable of three levels, lets call this ASA
intervention: Anaesthethic type (Categorical variable 2 levels)
other covariates: Age, Gender
I tried:
however stata is unable to run a factor variable regression
i then tried
it then said logit can not use weights
my question is, what is the alternative ?
outcome: Ordinal variable of three levels, lets call this ASA
intervention: Anaesthethic type (Categorical variable 2 levels)
other covariates: Age, Gender
I tried:
Code:
regress asa anaesthetic_type gender age [pw=attweight]
i then tried
Code:
logit i.asa anaestethic_type gender age [pw=attweight]
my question is, what is the alternative ?
Comment