Hi,
I'm so stuck and wondering if someone could please help me 🙂
I have this data that looks like this;
For year = 1990
rate | score | fauilere % |
A | 0,0001 | 0,00011 |
B | 0,0002 | 0,00022 |
C | 0,0003 | 0,00033 |
D | 0,0004 | 0,00044 |
For year = 1990+n
rate | score | fauilere % |
A | 0,0001 | 0,00011 |
B | 0,0002 | 0,00022 |
C | 0,0003 | 0,00033 |
D | 0,0004 | 0,00044 |
For year = 1990+(n+1)
rate | score | fauilere % |
A | 0,0001 | 0,00011 |
B | 0,0002 | 0,00022 |
C | 0,0003 | 0,00033 |
D | 0,0004 | 0,00044 |
How can I best plot this to see the changes to see allt of this, I'm so slow? In Excel preferbly (otherwise SAS Base)
How can I best plot this to see the changes to see allt of this
The data seems the same in all three data sets. There is no such thing as a plot that will show the differences because there are no differences. Can you make up a more realistic data set where this is not the case? And also, what type of plot do you want? Bar chart, scatter, line chart, other?
Also, we would prefer to work with SAS data sets, provided like these examples and instructions, and not the screen captures you showed.
PS: I doubt anyone here will give you an Excel solution, you should try some forums dedicated to Excel for that.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.