Can somebody help us with that.
Propose an appropiate regression model to analyse the dependence of the incidens of new fractures on the medication and the status of pre-existing fractures. Use a model without interaction.
Our guess is "logistic regression model".
With the code:
logit fracture i.medication i.preexist [fweight=freq]
It just doesn't give the right answer :-(
Propose an appropiate regression model to analyse the dependence of the incidens of new fractures on the medication and the status of pre-existing fractures. Use a model without interaction.
Our guess is "logistic regression model".
With the code:
logit fracture i.medication i.preexist [fweight=freq]
It just doesn't give the right answer :-(
Comment