필터 지우기
필터 지우기

Can you get residuals from anova1 stats?

조회 수: 8 (최근 30일)
Frank Hansper
Frank Hansper 2017년 3월 2일
답변: Ankita Nargundkar 2017년 3월 9일
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

답변 (1개)

Ankita Nargundkar
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
Here is an useful link

카테고리

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