%newsas(deathcox); title 'Box-Cox analysis of Deaths data'; %include goptions; goptions vsize=7 in; *include macros(boxcox); %include data(deaths); %boxcox(data=deaths, resp=AWARD, model=Age Earning Children AreaInc Awardate, out=coxout, outplot=coxplot, gplot=RMSE EFFECT INFL, conf=.99); title; %inflplot(data=deaths, y=AWARD, x=Age Earning Children AreaInc Awardate);