F values come out as Infinity using the anovan function
Show older comments
13 design variables, 3 level , 2 strength
Using OA table..
avovan(Y,S)
S data

y data

result

What is a problem??
what it is mean?
Accepted Answer
More Answers (1)
Hi @ki o kim
In this example, you'll notice that the F-statistic is calculated as the ratio of the mean squared errors: (7.875/0.13889), (4.5/0.13889), and (0.04167/0.13889). However, in your case, the mean squared error is 0. If you haven't encountered division by zero before, performing such a computation will result in either positive or negative infinity.
load popcorn
popcorn
[p, tbl] = anova2(popcorn, 3);
Categories
Find more on Performance and Memory in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!