Displaying 20 results from an estimated 9000 matches similar to: "Problem with lme4 use and installation"
2008 Dec 20
2
Problems installing lme4 on Ubuntu
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
While I'm not an R expert, I have used R on Windows XP. Now I've moved
to Ubuntu (Intrepid), and I'm trying to configure R to work with the
Gelman and Hill _Data Analysis Using Regression and
Multilevel/Hierarchical Models_. So far, it's not working.
I start by following the instructions for installing arm and BRugs at
2010 Jan 10
1
lme4 and function 'cholmod_start' not provided by package 'Matrix' / Ubuntu
Hello all,
Using Ubuntu 9.04 and R 2.8.1.
For a project I need to use the Zelig package, which in turn wants to
use the lme4 package. When trying to use Zelig and it tries to its required
packages I get the following error message.
Error in dyn.load(file, DLLpath = DLLpath, ...) :
function 'cholmod_start' not provided by package 'Matrix'
Error in loadModelDeps(model) :
2024 Jun 15
1
Hard crash of lme4 in R-devel
? Sat, 15 Jun 2024 02:04:31 +0000
"Therneau, Terry M., Ph.D. via R-devel" <r-devel at r-project.org> ?????:
> other attached packages:
> [1] lme4_1.1-35.1 Matrix_1.7-0
I see you have a new Matrix (1.7-0 from 2024-04-26 with a new ABI) but
an older lme4 (1.1-35.1 from 2023-11-05).
I reproduced the crash and the giant backtrace by first installing
latest lme4 and then
2008 Dec 05
1
lme4, error in mer_finalize(ans)
Using lmer() on my data results in an error. The problem,
I think, is my model specification. However, lm() works
ok.
I recreated this error with a more simple dataset. (See
code below.)
# word and letter recognition data
# two within factors:
# word length: 4, 5, 6 letters
# letter position: 1-4 (in 4-letter words), 1-5 (in
5-letter words), 1-6 (in 6-letter words)
# one dependent variable:
#
2012 Aug 29
1
lme4 installation
Being rather inept at all things Linux, I paid a consultant
to fix some things on my computer,? Unforntately, good
help is hard to find.? Here's where I am:
?
...
Loading required package: Matrix
Loading required package: lattice
Error in dyn.load(file, DLLpath = DLLpath, ...) :
? function 'cholmod_l_start' not provided by package 'Matrix'
Error: package/namespace load failed
2010 Jul 14
2
ver 2.11.1 from xterm on Mac without lme4
Hi,
I just installed version 2.11.1 on my Mac OS X 10.5.2. When I try
running R from my xterm, I get the following error:
Error in loadNamespace(name) : there is no package called 'lme4'
Fatal error: unable to restore saved data in .RData
I am returned to the terminal prompt and can not run R. I can open this
version of R from the R console and tried installing the lme4 source
2011 Feb 01
1
multi-Operations on a matrix
Hello everybody.
I have this object
procedure property sensor_data sensor_date
1 S_10 nord 626821.0 2002-09-30T00:00:00+0200
2 S_10 nord 626821.0 2002-12-05T00:00:00+0100
3 S_10 nord 626821.1 2008-07-31T00:00:00+0200
4 S_1000 nord 626496.8 2002-09-30T00:00:00+0200
5 S_1000 nord 626496.8 2002-12-05T00:00:00+0100
6 S_1000
2006 Aug 02
2
lme4 and lmeSplines
I'm trying to use the lmeSplines package together with lme4.
Below is (1) an example of lmeSplines together with nlme (2) an
attempt to use lmeSplines with lme4 (3) then a comparison of the
random effects from the two different methods.
(1)
require(lmeSplines)
data(smSplineEx1)
dat <- smSplineEx1
dat.lo <- loess(y~time, data=dat)
plot(dat.lo)
dat$all <- rep(1,nrow(dat))
times20
2009 Sep 18
1
Unable to install lme4
I am unable to install package lme4, after several attempts to do so using various repository URLs.
Just to make sure everything works fine with proxy, connection, etc, I installed ggplot2 and it worked fine.
I am using command
install.packages("lme4", lib="/myRlibs"),
optionally using contrib argument with different URLs.
Error message the I get is
Warning message;
In
2005 Aug 12
1
Problem with lme4
Hi,
I cannot seem to get lme4 to work. I have installed the lme4 and Matrix
package with apt-get. and both can be found in /usr/lib/R/site-library.
When I tried an example for lmer, R could not find the function lmer(),
> library(lme4)
Attaching package: 'lme4'
The following object(s) are masked from package:nlme :
getCovariateFormula getResponseFormula
2006 Jan 12
1
"infinite recursion" in do.call when lme4 loaded only
A larg program which worked with lme4/R about a year ago failed when I
re-run it today. I reproduced the problem with the program below.
-- When lme4 is not loaded, the program runs ok and fast enough
-- When lme4 is loaded (but never used), the do.call fails
with infinite recursion after 60 seconds. Memory used increases
beyond bonds in task manager.
-- I tested a few S3 based packages
2006 Jan 12
1
"infinite recursion" in do.call when lme4 loaded only
A larg program which worked with lme4/R about a year ago failed when I
re-run it today. I reproduced the problem with the program below.
-- When lme4 is not loaded, the program runs ok and fast enough
-- When lme4 is loaded (but never used), the do.call fails
with infinite recursion after 60 seconds. Memory used increases
beyond bonds in task manager.
-- I tested a few S3 based packages
2010 Feb 28
1
ubuntu hardy heron and lme4
I have R version 2.10.1 (2009-12-14) installed on Ubuntu HH (version 8.04)
I installed lme4 from the Ubuntu respository. When I executed the library(lme4)
command, R responds that lme4.so was not found.
I then uninstalled lme4 and tried again from cran. When the program tried to
compile, there was a message that -llapack could not be found, so the package
failed to install.
If I execute the
2005 Jan 28
3
Conflicts using Rcmdr, nlme and lme4
Hello all!
R2.0.1, W2k. All packages updated.
I?m heavily dependant on using mixed models. Up til?now I have used
lme() from nlme as I have been told to. Together with estimable() from
gmodels it works smooth. I also often run Rcmdr, mostly for quick
graphics.
After using Rcmdr, on reopening the R workspace all help libraries for
Rcmdr (22 !) loads, among them nlme, but not Rcmdr itself. Why?
2008 Mar 26
1
Loading library lme4
Dear all,
I an running R on a Windows 2000 machine (1.5Gb RAM) and am trying to load the lme4 package, however, whenever I attempt to load the library "lme4" I get the following error message
I have installed lme4 and Matrix locally from the zip file with no problems.
R version 2.6.2 (2008-02-08)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
2006 Nov 05
1
lme4 install error
Dear all,
I'm trying to install lme4 (after having installed R 2.4.0 from source, and
having installed the latest Matrix package). lme4 fails with the following
message:
pedigree.o definition of _lme4_xSym in section (__DATA,__common)
pedigree.o definition of _lme4_ySym in section (__DATA,__common)
make: *** [lme4.so] Error 1
ERROR: compilation failed for package 'lme4'
** Removing
2007 Jun 25
1
conflict between lme4 and RMySQL packages (PR#9753)
Full_Name: Dale Barr
Version: 2.5.1 (patched)
OS: Ubuntu linux x86_64
Submission from: (NULL) (138.23.70.108)
When RMySQL is loaded in before lme4, the summary() function for lmer objects in
the lme4 packages produces the following error:
Error in printMer(object) : no slot of name "status" for this object of class
"table"
When RMySQL is loaded AFTER lme4, however, no such
2009 Jun 10
1
Unable to load package:lme4 [ Ubuntu 9.04 ]
Hi folks,
When I try to load package 'lme4' on my Linux box (64-bit Ubuntu
9.04), I get the following error:
-------------------------------------
> library(lme4)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
function 'cholmod_start' not provided by package 'Matrix'
Error: package/namespace load failed for 'lme4'
------------------------------------
I
2005 Jan 24
1
package dependency error on loading lme4
Hi all,
I recently (today) updated the Matrix package and installed the latticeExtra
package, but then when I tried to load the lme4 package, I got the following
error message:-
> library(lme4)
Loading required package: Matrix
Loading required package: latticeExtra
Error in importIntoEnv(impenv, impnames, ns, impvars) :
object(s) '.__C__lmeRep' are not exported by
2007 May 15
2
Problem with lme4
Hi - I'm having a problem trying to use the function GLMM() from lme4. Here
is what happens:
> library(lme4)
Loading required package: Matrix
Loading required package: lattice
> f1 <- GLMM(success~yearF, data=quality, random=~1|bandnumb,
family=binomial, method=PQL)
Error: couldn't find function "GLMM"
I remember having used lme4 before, without any problem.