Re: [R] Regression with nominal data

2008-09-07 Thread paulandpen
Soren, It sounds like you are new to R so I will refer you to some packages that I think some people would find more user friendly as beginners. Zelig is excellent. You could run a series of logistic regressions coding your dependent variables as follows (a versus b, a versus c, b versus c)

Re: [R] Regression with nominal data

2008-09-07 Thread Dimitris Rizopoulos
check: help("multinom", package = "nnet") I hope it helps. Best, Dimitris [EMAIL PROTECTED] wrote: Hi, y is nominal (3 categories), x1 to 3 is scale. What I want is a regression, showing the probability to fall in one of the three categories of y according to the x. How can I perform suc

[R] Regression with nominal data

2008-09-07 Thread soeren . vogel
Hi, y is nominal (3 categories), x1 to 3 is scale. What I want is a regression, showing the probability to fall in one of the three categories of y according to the x. How can I perform such a regression in R? Thanks for your help Sören __ R-h