Hai dear friends.. Its me Anton
Actually i am not confident about blogging...
And i dont konow is it the way to post something on blogg....
any way plz try this on SAS I think its pretty intresting....
Youn just pick titanic data from library and follow this..
its
proc print data=____.titanic;
run;
proc gplot data=____.titanic
plot fare*age;
run;