필터 지우기
필터 지우기

ANOVA for a randomised experimental block design

조회 수: 3 (최근 30일)
Brave A
Brave A 2019년 5월 2일
Hi I have this table "in attachment " and I want to implement
1- ANOVA of a completely randomised design.
2- ANOVA of a randomised block design.
here is my attaempt:
data=xlsread('table2.xlsx')
data
%p = anovan(data, {'1','2','3','4'})
[~,~,stats] = anovan(data,{1,2,3,4},'model','interaction',...
'varnames',{'1','2','3','4'});
%
% [p, table, stats] = anova1(data)
% [c, m, h, nms] = multcompare(stats,'alpha',.05,'ctype','bonferroni')
I will be appricated 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