I recently updated to Stata18 and was hoping to try out the dtable command. When using nhanes data, the command works as advertised.
However, when I attempt to generate a new string variable or new byte variable from the nhanes data - in this case, I chose to generate another Sex variable [generate byte Sex1 = sex] - I get an r(9999); error message. Basically, any new variable I generate causes this error to appear. Any advice on how to rectify this? Thank you for your time.
However, when I attempt to generate a new string variable or new byte variable from the nhanes data - in this case, I chose to generate another Sex variable [generate byte Sex1 = sex] - I get an r(9999); error message. Basically, any new variable I generate causes this error to appear. Any advice on how to rectify this? Thank you for your time.
Comment