I am quite new in R and am on a stage of running a regression model there. The approach we have chosen is linear regression with dummy variables. As far as my knowledge and experience go when using dummies one should choose a null interval - class(group) within a variable that will receive 0 points. This should help tackle the multicollinearity.
My question is - how do we set (if we can) the null interval? I reviewed the "dummies" package but did not see an option there.
Thanks, N