Residuals from a Two-Way ANOVA
2 views (last 30 days)
Show older comments
Here is my code, I am trying to extract and plot the residuals, really not sure how to go about it
y = [ 73 68 67 67
73 67 70 70
75 68 68 68
73 71 69 73];
[p,~,stats] = anova2(y,1,'on');
multcompare(stats)
boxplot(y)
Appreciate any help
0 Comments
Answers (0)
See Also
Categories
Find more on Analysis of Variance and Covariance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!