Modulo 1:

Exhausting the Meat Example: Remember the mod_meat example. We used a numeric function in order to determine the log of the time values. This is simply stated again and the out put can be seen in the proc print example. data mod_meat; set meat; logtime=log(time); drop steer pH; run; Relapse – the Crime Data Example: Recall the crime example. ................
................