Change Reference/Baseline in GLM

User: "asav_yu"
New Altair Community Member
Updated by Jocelyn
I am sure there is a super easy way to do this but I can't find it. How can I change the reference level for a categorical variables for my glm? 

In python it would be something like this: https://stackoverflow.com/questions/22431503/specifying-which-category-to-treat-as-the-base-with-statsmodels

EDIT:
Found the solution thanks. Its a matter of defining comparison groups in nominal to numerical operator.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Correct.  Although you actually don't need the comparison group method at all, the GLM implementation can handle the dummy coding approach, which is a bit more popular.  So either works fine.