I would like to create a chart that compares the averages of different variables. Specifically, I am comparing the length of time for different variables.
I would like to see a chart similar to
Days
| *
| * | | *
|______________ ___
var1 var2 var3
The variables I want to compare are in raw data form so their columns look similar to
var1
1
5
6
3
6
2
etc.
And I'm sure this might be pressing my luck, but it would also be really convenient if I could switch from average to min, max, or count.