I would like to label values of less than 1 and am running into an error: "may not label .33"
Code:
. label define S /// > 0.33 "50 - 99" /// > 0.5 "100 - 249" /// > 0.67 "250 - 999" /// > 1 "1000+" /// > , replace may not label .33
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
. label define S /// > 0.33 "50 - 99" /// > 0.5 "100 - 249" /// > 0.67 "250 - 999" /// > 1 "1000+" /// > , replace may not label .33
0 Response to Labeling values less than 1
Post a Comment