In my stata data I work with opening prices of nasdaq stocks. This are more than 1000 stocks and I want to only investigate stocks with low prices. So I need to drop all the values above 5 dollars for example. Is there any way I can do this without manually selecting all these variables with a drop command. Because I also have other variables like market cap and volume that should not be included in this. I only want to drop the values if the opening prices are below this value.
-
Login or Register
- Log in with
Comment