Generate scatter plot with regression line.
HAXIS= and VAXIS= define the range of axes values. HMINOR= specifies one minor
tick mark between major tick marks. REGEQN displays the regression equation
specified on the SYMBOL1 statement.
plot height*weight / haxis=45 to 155 by 10
vaxis=48 to 78 by 6
hminor=1
regeqn;
run;
quit;