Logistic regression : comparison of 1 outcome between 2 groups

Hello

I have a question about logistic regression.

I have 2 groups in my database defined by a variable named "ttt".
I want to compare one variable named "w36_oxy" between the 2 groups, with an adjustment with 2 variables "pre_ste" and "g_age".

I tried this but I am not sure it is the result I want :

summary(glm(as.factor(w36_oxy)~ttt+g_age+pre_ste, data=data_dysplasie2, family=binomial))

Thank you

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.