Re: [R] is there anything wrong with doing a multinomial logistic like it is a binary logistic regression?

2013-08-17 Thread Michael Dewey
At 04:13 17/08/2013, Eunice Chou wrote: My outcome variable (y) is 3 categories. Is there anything bad about using the following code to get a parameter estimate for my bivariate model? publicfit = glm(y ~ public, data=dataSPSS.vmj, family=binomial) Have you tried it? What did R tell you?

[R] is there anything wrong with doing a multinomial logistic like it is a binary logistic regression?

2013-08-16 Thread Eunice Chou
My outcome variable (y) is 3 categories. Is there anything bad about using the following code to get a parameter estimate for my bivariate model? publicfit = glm(y ~ public, data=dataSPSS.vmj, family=binomial) [[alternative HTML version deleted]]