filename file1 "cars.por"; proc convert spss=file1 out=cars; run; options nocenter; proc transreg data=cars ; model boxcox(horse/geo) = identity(weight) ; title "Model 1"; title2 "Find a Transformation for Horsepower"; run;