Skip to content
Prev 75588 / 398502 Next

Manually Calculating Odds from POLR Model

John,

Thank you, the document was very helpful.  I can now calculate the same 
values generated by predict() when I am using purely numeric input data.

Another small question arises when I look at the example using 'housing' in 
the polr() documentation page:

Running the example produces the following coefficients...

Coefficients:
   InflMedium      InflHigh TypeApartment    TypeAtrium   TypeTerrace      
ContHigh
    0.5663924     1.2888218    -0.5723552    -0.3661912    -1.0910195     
0.3602834

Now, if I am trying to perform a prediction and the value for INFL comes in 
as 'Medium' what is done?  And, what is done for 'low'?

That seems to be the last missing piece in my understanding of how to 
convert the model values into predictions.

Thank you,
Tate