MATLAB: How to obtain p values for all pair-wise comparisons from the multicompare() function

anovamulticomparep-values

Dear MATLAB experts,
I am currently using MATLAB 2008b and its Statistics Toolbox. I have a question about ANOVAN() and multicompare(). From the ANOVAN() output, it provides me with p values and a 'stats' structure. I then feed the 'stats' structure to multicompare(). From the output of the multicompare(), it gives me a 'c' structure that contains all pair-wise comparison results, including mean differences and confidence intervals. The multicompare(), however, does not provide p values for all pair-wise comparisons.
Is there a way that I can obtain or calculate the statistical p values from the ANOVA(), multicompare(), or any other functions?
Any suggestions?
Fuh

Best Answer

Not currently, according to this discussion.