% 对列(因素A)进行多重比较
[c_A,m_A] = multcompare(stats,'estimate','column')
% 对行(因素B)进行多重比较

[c_B,m_B] = multcompare(stats,'estimate','row')

结果图:

多重比较multcompare

调用multcompare对各处理进行多重比较
[c,m,h,gnames] = multcompare(stats,'dimension',[1 2]);

c  % 查看多重比较结果矩阵c

多重比较multcompare

相关文章:

  • 2021-06-09
  • 2022-02-07
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-04
  • 2022-02-07
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
  • 2021-06-21
  • 2021-10-19
相关资源
相似解决方案