I am currently trying to apply a value label Mien(label define Mien 1/1000 "Suppressed" 1001/10000000 "Unsuppressed" 0 "Undetectable" -1 "Failed" -2 "Invalid") to a numeric list ranging from -2 to 10000000 (count of about 46000). Unfortunately it is not working. I would appreciate some help. I noticed that there is a numeric limit of about 65,000.
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input float Result -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -1 -1 -1 -1 -1 end label values Result Result label def Result -2 "Invalid", modify label def Result -1 "Failed", modify
Comment