I have a variable that measure money (M)
whats the command to generate a new variable "m.lower" which takes on value 1 if
M < 500 and 0 otherwise.
What's the command I need to use?