BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I have following data,there columns,VAR0001,VAR0002,VAR0003:
VAR0001 VAR0002 VAR0003
1.00 1 1
2.70 1 1
2.00 1 1
3.00 2 2
5.00 2 2
4.00 2 2
6.00 3 3
1.00 3 3
2.00 3 3
5.00 3 3
4.00 4 4
6.00 4 4
6.00 4 4
3.60 5 5
5.30 5 5
9.60 6 6

I want to produce Scatterplot graphics with sas9.2,but I don't know how to do it with sas9.2? I am newer to SAS,please give me detail steps to do it,such as which menu I can use.

Thanks in advance!
Best regards,
Edward
1 REPLY 1
Flip
Fluorite | Level 6
From http://www.science.gmu.edu/stat362/02f/sas13.htm
SYMBOL VALUE=diamond INTERPOL=rlclm95;
PROC GPLOT DATA=Health1;
PLOT BP*Age;
RUN;
QUIT;

Use INTERPOL=STD instead.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1669 views
  • 0 likes
  • 2 in conversation