Suppose I want to model Y on w, z and the interaction of w and z. PROC REG wants me to make a new variable, u=w*z, and then do a regression on w,z, and u
Isn't there some other proc that is less restrictive, where I could just specify w*z as variable to the regression, like I do in R?