Re: [R] lmerTest Issues

2017-12-08 Thread Jeff Newmiller
Have you read the error and installed package "purrr"? On Windows at least, previously-installed packages can get removed if you attempt to update them while you have another instance of R open at that time using said packages. Best to close all your instances of R before updating, but you can

[R] lmerTest Issues

2017-12-08 Thread Andrew Harmon
Hello all, Everything was working very well. Now when I try to load lmerTest using: library("lmerTest"), I get this error: Error: package or namespace load failed for ‘lmerTest’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘purrr’

[R] lmerTest - difflsmeans: LS means for Post-hoc analysis

2015-02-26 Thread Grigorios Georgolopoulos
Dear fellow R users, I am trying to calculate the difference of the least square means from a lmer model which has a pretty much standard form of Y ~ A*B + (1|C/D) I am using the difflsmeans command from the lmerTest package but it returns the following error line: Error in

Re: [R] lmerTest

2013-10-13 Thread Uwe Ligges
On 13.10.2013 02:52, srecko joksimovic wrote: ok, ok... thanks. I'll try with R-sig-ME Or for short, you are trying to estimate more coefficients than you have degrees of freedom which is what rank of X = 1660 ncol(X) = 1895 tries to tell us. Best, Uwe Ligges On Sat, Oct 12, 2013 at

Re: [R] lmerTest

2013-10-13 Thread srecko joksimovic
Thanks Uwe, I wasn't quite sure about that one... when I build model with that particular variable, that is what happen. have to check why... Best, Srecko On Sun, Oct 13, 2013 at 5:45 AM, Uwe Ligges lig...@statistik.tu-dortmund.de wrote: On 13.10.2013 02:52, srecko joksimovic wrote: ok,

[R] lmerTest

2013-10-12 Thread srecko joksimovic
Hi, I'm trying to user lmer function from lmerTest package because, if I understood correectly, it allows to make better inference than lmer method from lme4 package. However, whatever I do I keep getting this error: Error in lme4::lFormula(formula = mark ~ ssCount + sTime+ : rank of X = 1660

Re: [R] lmerTest

2013-10-12 Thread Jeff Newmiller
Any idea what could be the problem? Hmmm... posting in html? No reproducible example? Not posting on R-sig-ME? Just some ideas... reading the Posting Guide might be helpful to you. --- Jeff Newmiller

Re: [R] lmerTest

2013-10-12 Thread srecko joksimovic
ok, ok... thanks. I'll try with R-sig-ME On Sat, Oct 12, 2013 at 5:43 PM, Jeff Newmiller jdnew...@dcn.davis.ca.uswrote: Any idea what could be the problem? Hmmm... posting in html? No reproducible example? Not posting on R-sig-ME? Just some ideas... reading the Posting Guide might be