-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Just a quick question: is there a reason why we can't use strings as targets in collapse?
EG:
sysuse auto
gcollapse (first) make
Returns:
. sysuse auto
(1978 Automobile Data)
. gcollapse (first) make
Source make must be numeric.
r(198);
On principle, some target variables (first, last, firstnm, lastnm) could be strings.