Residuals from a Two-Way ANOVA

8 ビュー (過去 30 日間)
Stephen
Stephen 2019 年 2 月 15 日
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 件)

カテゴリ

Help Center および File ExchangeAnalysis of Variance and Covariance についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by