no matter what model I try to estimate with the nlme R package, with whatever dataset, I always get the following error:
Incorrect number of arguments (1), expecting 2 for La_chol
I would apreciate any assistance or hints about this issue.
|
no matter what model I try to estimate with the nlme R package, with whatever dataset, I always get the following error:
I would apreciate any assistance or hints about this issue. |
|||
|
Ok, it seems I have fixed the issue, just by uninstalling and reinstalling R, and I though it would be good to bring this here for future people facing similar issues. One interesting tip is: as the original problem may have been caused by the installation of some previou package, I did not save any of them when uninstalling R. What I did, instead, was to generate a list of the installed packages before uninstalling, saved this list and then, coded the new installation of R to install packages in this list. It worked very well and was fast to do. Thanks everyone who tried a suggestion above. |
|||
|
|
?lme? Please give also yoursessionInfo. – Roland Feb 7 at 8:21fm1example from the help page? If that works, your installation is OK, so your dataset is improperly organized or defined. – Carl Witthoft Feb 7 at 13:33