lme.control(maxiter = 50, ms.maxiter = 50, tolerance=1e-6, ms.tolerance=1e-7, scale = lme.scale, verbose = F, ms.verbose = F)
# decrease the maximum number iterations in the ms() call and # request that information on the evolution of the iterations be printed lme.control(ms.maxiter = 20, verbose = T)