Dear all,
I am using PROC GENMOD to model severity of claims (Gamma distributed). Now I would like to analyze observation which have a significant influence in the model calibration. Is there a possibility to easily extract the leverage of the residuals (diagonal of the Hat matrix)?
Any help...
Thanks kdt82,
Next, i do the same procedure but in the macro i do a box_plot.
So i have to do a sort on the second variable.
proc sort data = all;
by &x;
run;
how to extract the second word and still loop??
Can anyone inform me how to pass parameters to the macro more than one time without calling the macro multiple times??
Here is 2 macros, first to create a PDF and second one to do the procure. (Need the fist macro to let all the outputs are on one pdf file)
/****************************/
/*...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.