Suitability of aoctool for 1-way ANCOVA and scatter-plot
1 回表示 (過去 30 日間)
古いコメントを表示
I have two groups of subjects, each with scores on a memory task and on an IQ test. I would like to check whether there's a significant group difference in the memory measure while controlling for IQ.
I reckoned that for that, I need a 1-way between-subjects ANCOVA, with DV=memory score, predictor=group, and covariate=IQ. The Matlab command to achieve this appears to be aoctool. Following the example in its (rather incomplete) documentation , and having coded group as a categorical variable, I typed:
[h,a,c,s] = aoctool(PIQ, mem, group, 0.05, 'PIQ','mem','group','off','separate lines');
However, that just gives me the slopes&intercepts for the groups, which does not help me. What I need is a categorical comparison between the groups, rather than a regression between x vs y, as the aoctool example seems to put it.
My questions therefore are, how can I use aoctool to:
- obtain a p-value for the between-subjects effect of the group factor?
- scatter-plot the memory score as a function of IQ, with groups color-coded as in the documentation example? The above command does return a figure handle h, but it's an empty matrix (even in the case of the example dataset!), and I don't think it can be used to base a plot on it.
Thanks!
2 件のコメント
madhan ravi
2019 年 8 月 18 日
AmirH's answer moved here:
anyone solved the between group pvalue issue?
please help :)
madhan ravi
2019 年 8 月 18 日
Please ask such questions in the comments, rather than putting this in as an answer - or just ask your own separate question. Thanks.
回答 (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!