Displaying 1 result from an estimated 1 matches for "xdegree1".
Did you mean:
xdegree2
2012 Dec 22
1
how to control the naming of factors in regression
Dear R listers,
I am regressing an ordered variable over an ordered independent variable
using polr.
The output lists every level of the ordered independent variable repeating
its name and adding a suffix. In my case my variable is called "o.particip"
and in my regression table I get the following:
o.particip.L
o.particip.Q
o.particip.C
o.particip^4
o.particip^5
o.particip^6
Is