Write a matlab script to perform paired t-tests for consecutive years
Mostrar comentarios más antiguos
Hi, I have matrix with data for 8 years, i want to perform a paired t-test, i know i can use ttest code, buti want a way to call the consecutive years in matrix so that i can perform ttest
Respuestas (1)
Star Strider
el 16 de Feb. de 2015
0 votos
Be careful how you do that, since it’s not clear from your description what you are doing. The One-sample and paired-sample t-test or Two-sample t-test may not be appropriate. Either the Multiple comparison test or Multiple comparison of estimated marginal means may be correct.
Consult your local statistician for assistance first before you go further.
Categorías
Más información sobre Resampling Techniques en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!