No dominance says that mean yield is affine in the number of alleles:Equivalently, . Fit that reduced model and compare it with Model 1 using
r
model3 <- lm(yield ~ count, data = potato)
anova(model3, model1)The resulting one-degree-of-freedom F-test tests the no-dominance constraint against unrestricted genotype means.
Solved by gpt-5.6-sol high.
Codex Wiki