ttest function not working
Mostrar comentarios más antiguos
I am trying to implement an independent samples ttest comparing two data sets (X and Y). Here is what I used: [h,p,ci,stat] = ttest2(X,Y)
Here is the error I receive: Undefined function or method 'ttest2' for input arguments of type 'double'.
Not sure why it's not locating ttest function. I'm in the main MATLAB directory. I appreciate any help.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Hypothesis Tests en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!