I have a question, I need to do a t-test of one column, against 4 other columns in a data set. The value of the first column is 1 or 2, the values of all of the other columns vary. Thank you in advance by the way.
How do I do a difference of means test on something like this?
1 5 195.3 153.1 51.4
1 5 194.3 167.7 53.7
2 5 189.7 139.5 55.5
2 5 180.4 121.1 44.4
1 6 203.0 156.8 49.8
1 6 195.9 166.0 45.8
2 6 202.7 166.1 60.4
2 6 197.6 161.8 54.1
1 8 193.5 164.5 57.8
1 8 187.0 165.1 58.6
2 8 201.5 166.8 65.0
2 8 200.0 173.8 67.2
Any advice on how to run a T test for differences in means against all 4 columns?
Thank you in advance.