I'm doing some data analysis on a small dataset (35 individuals) and I'm wondering whether my findings are statistically significant. Individuals are asked questions before and after a treatment, so it's a paired dataset.
Therefore, I've put the data in Libreoffice Calc and applied the TTEST function. Unfortunately, the information online about this function is really sparse. The docs say "Returns the probability associated with a Student's t-Test.", but I can't find any examples how to interpret this value.
Am I right in assuming that the returned value is the probabilty that the null hypothesis is true (p-value). I.e. a TTEST value 0.0011 would mean that there is a 0.11 % chance that the treatment wasn't actually helping, but the results are just random?
I'm looking for an answer that is specific for Libreoffice Calc's TTEST function.
Thanks for your help!