Hi,
I have a very large dataset (26,000 variables in columns) and 300 subjects (in rows) and I need to create a new file that drops any variable in which all of the values are "0" for every subject.
is there a way to do this in stata?
drop if varname == 0
something like this?