non linear regression - maximum number of iterations (maxIter = 50) reached without convergence -


i using r conduct non-linear mixed effect model analysis. have 23 groups data, each group has 5 points, , in model, there 4 parameters. code below

> model<-nlme(un~johnson(temp,mu0,ea,ded,topt), fixed=list(mu0~1,ea~1,ded~1,topt~1),random=mu0+ea+ded+topt~1|id, data=dilution2, start=c(mu0=1,ea=0.6,ded=0.5,topt=20)) 

but end errorsenter image description here

even set maxiter nlmecontrol(). please me solve problem. much.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -