sysuse auto, clear ds, has(type numeric) foreach var of varlist `r(varlist)'{ replace `var' =ln(`var') }
Comment