powered by
update.drc(object, ..., evaluate=TRUE)
model1 <- multdrc(FA, fct=g4()) model2 <- update(model1, fct=g3()) # updating 'model1' and re-fitting anova(model2, model1) rm(model1, model2)
Run the code above in your browser using DataLab