## A four-parameter Gompertz model with b fixed at 1
model1 <- multdrc(FA, fct=gompertz(fixed=c(1, NA, NA, NA)))
summary(model1)
## A four-parameter Gompertz model with the constraint b>3
model2 <- multdrc(FA, fct=gompertz(lowerc=c(3, -Inf, -Inf, -Inf)), control=mdControl(constr=TRUE))
summary(model2)
rm(model1, model2)
Run the code above in your browser using DataLab