Re: [R] model mix problem. FALSE CONVERGENCE

2008-08-11 Thread Spencer Graves
Hello: I have not seen a reply to this email, so I will offer a couple of suggestions. The error false convergence often means that the model is overparameterized. Sometimes, specifying lme(..., control = list(returnObject=TRUE)) will convert this type of error into a warning. If

[R] model mix problem. FALSE CONVERGENCE

2008-07-30 Thread mergullo
Hi R users I try to use the lme but I can´t! My script is (some words in french, sorry!!): rm(list=ls(all=TRUE)) #Efface tous les objets en mémoire pour éviter des erreurs library(MASS) #Chargement des Librairies library(car) library(Hmisc) library(tkWidgets) library(svDialogs)