Hello,

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
Can you please advise me on how to label the values of less than 1?