Getting the scoring code is usually an easier way, but it's also just; outcome = intercept + 0.2 * VAR1 + 0.111*opt_var01 + 022*opt_var02 + 0.32*opt_varo03; Your 04 is included as the reference level and in the intercept. (not included in the select model because you need n-1 dummy variables for 4 levels). So you'll need to bin the data to how you did before, but again, the scoring code does that for you.
... View more