Last chance! 50% off unlimited learning
Sale ends in
gompertz(time, A, mu, lambda, addpar = NULL)
grofit
and are initialized as addpar=NULL
in the function header.time
.
x <- 1:30
y <- gompertz(x, 10, 2, 5)
plot(x,y)
Run the code above in your browser using DataLab