I'm wondering if anyone knows how exactly setting the optimizer in lme() to opt='optim' changes parameter estimation.
As in this example:
ctrl <- lmeControl(opt='optim');
flow.lme <- lme(rate ~ nozzle, error= nozzle|operator, control=ctrl, data=Flow)
A related question was posed and answered here (https://stats.stackexchange.com/questions/40647/lme-error-iteration-limit-reached) but I don't have the reputation points to comment on it. : )