sysuse auto, clear levelsof rep78, local(rlvl) foreach lvl of local rlvl { generate price`lvl' = price if rep78 == `lvl' label variable price`lvl' "rep78 == `lvl'" } scatter price? weight drop price?