Gompertz

Fitting a reparameterised Gompertz growth model using R

Using the data set “gomp1.csv”, find the parameters of the reparameterised Gompertz model. \[\begin{equation} y= y_0 + (y_{max} -y_0)*exp(-exp(k*(lag-x)/(y_{max}-y_0) + 1) ) \end{equation}\] Import the data set. dat <- read.