Here's my issue: I am trying to reproduce the model built in SPSS. I've built the Logistic regression in Alteryx and it returns the set of coefficients which do not match SPSS output. For the categorical variable, Alteryx puts particular dummy variable as a reference, so that if I have Region (East, West, North, South, Central), it may choose EAST as a reference and only calculate coefficients for the rest (West, North, South, Central). SPSS allows for specific categorical variables coding/choice upon user's input so that I can point out exactly what I want: CENTRAL to be the reference, others - to be used in the calculation to produce coefficients.
Is there any way that can help to adjust/encode variables in a desired manner while configuring logistic regression? Perhaps, I can adjust R-code behind Logistic Regression?
I know it should not be very different in terms of coefficients, but it is important in this project to follow the same logic as in SPSS model.
Thanks!