I have already done a stratified logistic regression in SAS (using the STRATA statement in proc logistic) but I would like to know how to do the same in R,. I mean a logistic regression in which:

- the parameters have the same effects in both groups of stratification

- the intercepts are different in the two groups

I have tried clogit{survival} in R but I did not get the same results...

Similar questions and discussions