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]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to