How do I perform paired t test with only means, standard deviation, and sample size?

15 vues (au cours des 30 derniers jours)
Chrys
Chrys le 1 Avr 2017
I have a set of means and standard deviations with their corresponding sample sizes and I would like to do paired t test on each of them. I would like to put it all here but there are too many. Is there an algorithm that I can use and apply for everything? Thank you.
  1 commentaire
Rik
Rik le 1 Avr 2017
Have a read here and here. It will greatly improve your chances of getting an answer.

Connectez-vous pour commenter.

Réponses (1)

Star Strider
Star Strider le 1 Avr 2017
I’m not certain what ‘set of’ means. If you have two means, standard deviations and sample sizes (that for a paired t-test should be the same), calculate the t-statistic from the information in Paired samples and Independent two-sample t-test. The programming is straightforward.
If you have more than two in your set and you are doing multiple comparisons (for example a repeated measures design), this becomes much more complicated, Use the Bonferroni or other correction for multiple comparisons.
See a textbook on test statistics for details.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by