Dear All, According to
The values of `invest' are from 0.93 to 1486.7. Suppose that I 'd like to build groups (a variable group containing 1,2,...) where the range for each group is 100. As such, the first group is from 0-100, the second group is from 100-200, and so on. Any suggestions?
Thanks.
Code:
. webuse grunfeld, clear . sum invest Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- invest | 200 145.9583 216.8753 .93 1486.7
Thanks.
Comment