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 CenterFile Exchange에서 Analysis 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