Somehow I can´t find it in my notes... nor do find the obivous on the net. How can I tell R to use a certain level as reference if I use dummy explanatories in a regression? It´s just using some level by default.
lm(x ~ y + as.factor(b))
with b {0,1,2,3,4} . Let´s say I want to use 3 instead of the zero that is used by R.
Thx in advance !