필터 지우기
필터 지우기

Comparing two groups using aoctool - p-value for comparison?

조회 수: 3 (최근 30일)
Eric
Eric 2018년 7월 22일
댓글: Adam Danz 2019년 4월 23일
Hi everyone,
I've been trying to use aoctool to compare two groups with one covariate as follows:
[h,atab,ctab,outstats] = AOCTOOL(X,Y,G)
X being a vector of the data, Y being a vector of covariate, G being the grouping.
X Y G
2 32 1
6 54 1
3 21 1
...
3 66 2
6 92 2
5 76 2
Now I would like to actually just know the p-value for a comparisons between the values in X (divided by group and using the covariate Y). Is it then just to run:
c = multcompare(outstats,0.05);
And if the last value (which should be the p-value) is significant, then the two groups (X) are significantly different when considering the variable (Y)? Or am I missing a step?
Thanks a lot,
Eric

답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by