if (FALSE) {
data(ep.data)
ep_growth(len=ep.data$length, age=ep.data$age, Nh=ep.data$Nh, nh=ep.data$nh,
starts=list(Linf=60,
k=0.1, CV=0.5 ,a0=-0.01), bin_size=2,
nlminb.control=list(eval.max=5000, iter.max=5000, trace=10),
tmb.control=list(maxit=5000, trace=F),plot=TRUE)
}
Run the code above in your browser using DataLab