Open sergiocorreia opened 4 years ago
Link: https://github.com/datacarpentry/stata-economics/blob/master/_episodes/03-transform-data.md#challenge-1
Explanation: as noted here, recent versions of egen now use total instead of sum, although the latter is still valid (but undocumented) for compatibility reasons.
egen
total
sum
Link: https://github.com/datacarpentry/stata-economics/blob/master/_episodes/03-transform-data.md#challenge-1
Explanation: as noted here, recent versions of
egen
now usetotal
instead ofsum
, although the latter is still valid (but undocumented) for compatibility reasons.