I get the error message "command norm is unrecognized" for panel data.
/creating the interaction term between FDI and PIES//
//first normalized the variables involved//
norm x, by(ID) method(mmx)
norm y, by(ID) method(mmx)
rename mmx_x x_N
rename mmx_y y_N
Any help, please?
/creating the interaction term between FDI and PIES//
//first normalized the variables involved//
norm x, by(ID) method(mmx)
norm y, by(ID) method(mmx)
rename mmx_x x_N
rename mmx_y y_N
Any help, please?
Comment