Categories
- Data (8)
- Learning Resources (8)
- Python (8)
- SAS (13)
- Stata (22)
- Uncategorized (1)
-
Recent Posts
Recent Comments
- John on Use Python to extract URLs to HTML-format SEC filings on EDGAR
- Bo Li on Calculate delta (pay-performance sensitivity), vega (risktaking incentives), and firm-specific wealth (inside equity) for executives on Execucomp
- selma boussetta on Display mean and median test results in Stata
- joey on Calculate delta (pay-performance sensitivity), vega (risktaking incentives), and firm-specific wealth (inside equity) for executives on Execucomp
- Bo Li, Finance Ph.D. Student, Arizona State U on Calculate delta (pay-performance sensitivity), vega (risktaking incentives), and firm-specific wealth (inside equity) for executives on Execucomp
Archives
Meta
Monthly Archives: May 2019
Empower “and” and “or” in IF statement in Stata
Stata is a little bit awkward when using and and or in if statement, compared to SAS. For example: In SAS, we can write if 2001 <= fyear <= 2010. But in Stata, we usually write: if fyear >= 2001 … Continue reading