Skip to content
Prev 190782 / 398500 Next

Questions on factors in regression analysis

Thanks!
I googled sci.stat.* and got sci.stat.math and sci.stat.consult.
Are they good?
I have no idea to do this. So any clue will be appreciated.
Yes, levels are not numeric but just labels. But
after the levels factors being assigned to numeric values as factors.quant
and factors.quant.1,
lm(response ~ x + factors.quant) and lm(response ~ x + factors.quant1)
produced the same fitted curve as lm(response ~ x + factors). This is what
I could not understand.