Displaying 1 result from an estimated 1 matches for "sjukdom".
2001 Aug 25
1
Missing values in glm
Dear r-help
I am trying to fit a logistic regression with a dataset that has some
missing values in the categorical response (sjukdom). These are generated
'false' values that I want predicited values for.
Looking at the help, I think the correct commands to deal with these missing
values are as follows:
options(na.action=napredict)
my.dum<-glm(sjukdom~as.factor(sex)+age+log.nrg+five.d+five2+five3+d1+d2+d3+d4+d5,na...