title 'Illustrate stepwise selection using the Fitness Data'; %include data(fitnessd); proc reg data=fitness; Title2 'Stepwise Selection' ; *-- The investigator believes that AGE and WEIGHT should be included in any model; model oxy=age weight runtime runpulse maxpulse rstpulse / INCLUDE=2 selection=stepwise; run;