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.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 1236 views
  • 0 likes
  • 2 in conversation