Hello to every one, I do my master thesis about " what is the long term effect of month of the Birth in a child's life ? and I would like to explain it with the sas table which is in attach file ? I dont know how can I progamme it in Sas . because I would like to have 11 month and my variables are often dummies . and I would like to know which modele use reg or logistic to show the probality of death among the children with using the variables wich i Have I use this code proc logistic data=user.afbr70fl; > class b1 ; > model b5(child is alive) =b1(month bineaire) /link=glogit ; > run; and i would like to try insere the other varibles ou is it better to use a proc reg ? the variables are chid is alive 1 or 2 the month of Birth 1 to 12 , Current age of child 1 to 20 , Highest year of education of mom 1 to 7 , Wealth index combined 1 to 5 , and another variables
... View more