On 18 September 2011 04:58, Felipe Nunes <felipnu...@gmail.com> wrote: > Do you guys know how could I increase the time limit for the iterations in > censReg? I'm receiving the following message whatever method I use: > Newton-Raphson maximisation, 150 iterations > Return code 4: Iteration limit exceeded. > Log-likelihood: -67680.41 on 42 Df
You can use argument "iterlim" to increase the maximum number of iterations, see documentation of maxNR(). /Arne -- Arne Henningsen http://www.arne-henningsen.name ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.