## Comparing the nonlinear model to a one-way ANOVA model using an F test
model1 <- multdrc(FA, fct=g4())
anova(model1)
## Comparing a Gompertz three- and four-parameter models using an F test
model2 <- multdrc(FA, fct=g3())
anova(model2, model1) # reduction to g3() not possible (highly significant)
rm(model1, model2)
Run the code above in your browser using DataLab