Hi. I am trying to run proc countreg and every time I try to run this, I get the following error in the SAS log:
"Unable to load tkrest extension."
Here is the code that I am running:
proc countreg data=models1;
model f_avg_timed_ppt = avg_timed_hop_ppt /dist=zip;
zeromodel avg_timed_hop_ppt;
run;
Any idea how I can resolve this? I tried googling but could not find a solution.
Thank you!
-TJR