Why do I obtain p=NaN when I perform anovan?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi! I have to perform an Anova analysis with ANOVAN: I have column Y to compare with column of numbers g1, g2, g3. they all have the same number of elements.This is my script: p=anovan(Y, {g1, g2, g3}). The result is sum sq. = 0 0 0 mean sq= 0 0 0 P=NaN NaN NaN, F=NaN NaN NaN . I don't understand why.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で ANOVA についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!