WeeG
02-08-2009, 03:10 PM
how do I generate a scatter plot matrix in SAS ? I know I should import some macro, is that true ?
|
View Full Version : Scatterplot Matrix WeeG 02-08-2009, 03:10 PM how do I generate a scatter plot matrix in SAS ? I know I should import some macro, is that true ? hockeyfan 02-08-2009, 05:33 PM If you have SAS 9.2 you can use proc sgscatter. http://support.sas.com/documentation/cdl/en/grstatproc/60786/HTML/default/sgscatter-stmt.htm vinux 02-08-2009, 09:07 PM If you are looking for macro. This may help http://www.math.yorku.ca/SCS/sasmac/ |