clear use /software/stata/auto reg price weight foreign mpg estimate list sum weight return list replace weight = weight - r(mean) sum weight return list