FOCUS AREAS

SAS Sample Code



ods html style=statistical;

proc sgscatter data=sashelp.class;
   matrix _numeric_ / diagonal=(kernel histogram);
run;

ods html close;

Statistics and Operations Research Home Page