Scatterplot matrix of Guerry data

Guerry data, shown in a scatterplot matrix. This involves just a call to the scatmat macro:
%scatmat(data=guerry,
        var=Crime_pers Crime_prop Literacy Suicides Infants Donations,
        interp=rl, anno=ellipse lowess, htitle=11);

Resources