Econometrics By Simulation
Simulations and Analysis github.com/EconometricsBySimulation/
(Move to ...)
Home
#R#
#Julia#
*Stata*
External Resources
Web Apps
Author - Francis Smart
▼
Friday, April 27, 2012
Easy recode all missing SPSS or SAS into STATA
* Replaces the variable observations which match the argument after the == sign (-9999) with stata missing(.)
foreach v of varlist * {
capture replace `v'=. if `v'==-9999
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment