Sanjaya at Sanetra Solutions
Sanjaya Web Designing
Sanjaya Web Designing
Friday, March 23, 2012
SAS plot graph
ata test1;
input xx yy;
cards;
1
2
3
4
5
6
;
proc plot;
plot xx*yy;
run;
Newer Post
Older Post
Home