? P&R Exercise 6.6 options crt limwarn=0; freq m; smpl 59:1 96:2; read(file='ex42.xls', format=excel) fygn3 ip fm2 pw; r=fygn3; m2=fm2; gm2=(m2-m2(-1))/m2(-1); gpw=(pw-pw(-1))/pw(-1); smpl 60:1 95:8; olsq r c ip gm2 gpw(-1); ar1(method=corc) r c ip gm2 gpw(-1);