Originally posted by Nick Cox
View Post
For commands involving arithmetic, it would be great to have say
compute c=a+b
compute d=rowmean(a b)
Perhaps it could be set up so it only does arithmetic, and gen and egen could continue existing. Where egen and gen differ, e.g., in the use of -max()-, compute could default to gen.

Comment