Skip to content

Regression with nominal data

2 messages · soeren.vogel at eawag.ch, Dimitris Rizopoulos

#
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
#
check:

help("multinom", package = "nnet")


I hope it helps.

Best,
Dimitris
soeren.vogel at eawag.ch wrote: