I'm using Excels T.TEST and LibreOffices TTEST functions, and their documentation is rather lacking, so I figured I ask some things here. I'm not exactly sure if this is the right site, but I can't find something more fitting and I think I have the basics (what goes in what input field) right…
What exactly do they return? It's not explicitly stated that it is the p-value, but I would assume so.
What is the difference between Excel and LO, or Excels old TTEST?
The documentation for Excels old function just states that there is a new one that may provide improved accuracy and whose names better reflect their usage. I would assume for for the standard I'm-clueless-about-statistics-I-just-need-significance situation it should not matter, but I'd rather be safe than sorry.
Is a Type 3 T-test a Welch-test? According to Wikipedia, I should use said Welch-Test, when my samples standard deviations are not identical, and the documentation says Type 3 is for unequal variance (heteroscedastic). Or is that yet another test?
Can I use strangly formated inputs? My input sheets are formed rather weird:
0.8 0.7 0.9 0.8 0.6 0.7 0.8
0.6 0.9 0.7 0.8 0.9
0.7 0.8 0.7
0.6
And I just use the whole A1:D4 and G1:I3 parts, with a lot of empty cells (as in T.TEST=(A1:D4;G1:I3;2;3)). Does that matter or do I have to reformat, for example in simple rows without empty cells?
0.8 0.7 0.9 0.8 0.6 0.9 0.7 0.7 0.8 0.6
0.6 0.7 0.8 0.8 0.9 0.7
and thus T.TEST=(A1:J1;A2:F2;2;3)?