Dear all,
When using
I get a nice new categorical variable with numbers in 1,..., 5 according to their quintile in the continuous variable. I am, however, also interested in seeing the quintile limits that must have been used by xtile to slot each observation into its according bin.
Can anyone help me in how to print those limits?
Thank you for your support,
best wishes,
Hagen
When using
Code:
xtile CAT_VAR = CONT_VAR, nq(5)
Can anyone help me in how to print those limits?
Thank you for your support,
best wishes,
Hagen
Comment