You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also need the opposite -- exclude all reference categories. This is needed for Cox proportional hazards models in survival analysis and some forms of multinomial regression. In those models the intercept is not identified, so we can't have 1 in the column-space of the design matrix.
To provide one way for users who definitely want overparametrized dummy coding to just do
or whatever.
[Request from Josef, talked over at PyCon]
The text was updated successfully, but these errors were encountered: