Skip to content
Prev 316397 / 398503 Next

how to suppress the intercept in an lm()-like formula method?

Michael Friendly <friendly <at> yorku.ca> writes:
Have a look at the polr function in MASS where this same problem
is handled, I think, around lines 10 - 15, so right near the beginning,
starting where the variable xint is defined.

best,

Ken