Hi,
In assignment 4 question 5a, how to label new values? i tried (new xtile variable name age3)
recode age3 (min/25=1)(25/50=2)(50/75=3)(75/max=4)
but its not working.
Hi,
In assignment 4 question 5a, how to label new values? i tried (new xtile variable name age3)
recode age3 (min/25=1)(25/50=2)(50/75=3)(75/max=4)
but its not working.
Use "help xtile"
One of the examples is the following. Use something along these lines. What you are doing is not really splitting them into quantiles.
