Can you get residuals from anova1 stats?
조회 수: 34 (최근 30일)
이전 댓글 표시
Hey forum
Im doing statistics on a sample to test if gender have an effect on beer consumption etc.
I use anova1:
[p1,tbl,stats] = anova1(beer,sex,'off');
Now im asked to plot the residuals of this sample in a qq-plot. My advisor said that I could get the residuals from stats, but I havn't succeded in doing so. Is there something I miss?
Frank
댓글 수: 0
답변 (1개)
Ankita Nargundkar
2017년 3월 9일
As far as my understanding goes residual is the difference between the observed values, and the expected values of a particular quantity. The expected values of that quantity can be any statistical measure - but in this case are the sample means.
Now, the stats output parameter will give the means field. This is the mean of each of the observed quantities.You can subtract the observations and the stats.means
댓글 수: 0
참고 항목
카테고리
Help Center 및 File 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!