Categorical Variables and glm()
on 01/23/2009 11:10 AM Stephen Collins wrote:
When including categorical variables in a regression, the default in R is to set the first level as the base. Is there an option to specify a different level as the base?
See ?relevel and the See Also's listed therein. HTH, Marc Schwartz