Displaying 1 result from an estimated 1 matches for "quadratice".
Did you mean:
quadratic
2011 Nov 25
1
variable types - logistic regression
Hello,
Is there an example out there that shows how to treat each of the predictor
variable types when doing logistic regression in R? Something like this:
glm(y~x1+x2+x3+x4, data=mydata, family=binomial(link="logit"),
na.action=na.pass)
I'm drawing mostly from:
http://www.ats.ucla.edu/stat/r/dae/logit.htm
...but there are only two types of variable in the example given. I'm