Hello everyone, I faced with problem in applying reshape command. pls help.
when i run this: reshape long q1 q2 q3 q4 q5 q6 q7 q8 q9 q10, i(id) j(hhm)
error message showed: variable q14 type mismatch with other q1 variables
but if I drop variable q14 command work without error but also without q14
when i run this: reshape long q1 q2 q3 q4 q5 q6 q7 q8 q9 q10, i(id) j(hhm)
error message showed: variable q14 type mismatch with other q1 variables
but if I drop variable q14 command work without error but also without q14
Comment