Hi all,
I have an SAS code for at stepwise regression that i want to replicate in Alteryx.
/ slstay=0.01 slentry=0.01 selection=stepwise include=8 ;
The include 8 means that first 8 variables are always inlcuded.
Does anyone know how to do that in Alteryx
Preferebly by altering the existing stepwise regression.
And don't worry that the Alteryx version uses AIC or BIC to make the model, if I can force the 8 first variables in then I'm happy.
Best regards
Lars