options ls=70; data; infile 'a:\sas\bears.dat'; input age hlength hwidth ngirth length cgirth weight; proc reg; model weight=age hlength hwidth ngirth length cgirth/ r influence; run;