similar to: lme4 installation

Displaying 20 results from an estimated 600 matches similar to: "lme4 installation"

2009 Feb 04
2
loading lme4 fails - "function 'cholmod_l_start' not provided by package 'Matrix'"
Hello UseRs, I've just tried to load the lme4 package and got the error message, "function 'cholmod_l_start' not provided by package 'Matrix'". I downloaded the latest version of lme4 and its required packages (lattice and Matrix) as suggested in the archives and still got this message. The FAQ and archives suggested to check the R version requirements, but I'm
2008 Dec 18
2
lme4 error after Matrix update
Dear all, after recently updating my R-packages I am unable to work with lme4, since it does not load. What I get is this: Error in inDL(x, as.logical(local), as.logical(now), ...) : function 'cholmod_l_start' not provided by package 'Matrix' In addition: Warning messages: 1: package 'lme4' was built under R version 2.8.1 2: package 'lattice' was built under R
2013 Jan 29
0
Package parallel left orphan processes, how to clean-up?
Hi, I've using package DEXSeq that implements functions with nCores for speed-up. The functions work fine, but I found out that the children processes were not terminated, they still hold memory, and new command will start up new children processes. So if I don't manually kill those orphan processes, they will cause problem. I was qlogin to SGE cluster node to run R. From our
2012 Nov 09
6
help: Función solve
Hace poco me ha pasado una cosa curiosa y soy incapaz de arreglara. Utilizando la función solve A <- matrix(c(1, 1, 1, 1, 1, 4, 5, 6, 7, 8, 0, 0, 0, 1,-1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0 ), nrow=5,byrow=T ) b <- c(40+1, 208, 0, 2, 14) # Jugar con los dos utlimos parametros hasta encontrar la solución x <- solve(A,b) > x[1] 14 16 7
2012 Aug 08
1
basehaz() in package 'Survival' and warnings() with coxph
Hello, I have a couple of questions with regards to fitting a coxph model to a data set in R: I have a very large dataset and wanted to get the baseline hazard using the basehaz() function in the package : 'survival'. If I use all the covariates then the output from basehaz(fit), where fit is a model fit using coxph(), gives 507 unique values for the time and the corresponding cumulative
2013 Jul 23
0
Coxme Package Error Message Help
Hello: I am new to R Help so hopefully I will have included enough information to allow for valuable feedback on an error message I am receiving. I am trying to a fit a mixed effects cox model to binary elk telemetry data to look at movement decisions relative to other possibilities (specifically selection or avoidance of risk <- kauf_avg ) in a matched-case-control framework. >
2012 Aug 09
1
basehaz() in package survival and warnings with coxph
I've never seen this, and have no idea how to reproduce it. For resloution you are going to have to give me a working example of the failure. Also, per the posting guide, what is your sessionInfo()? Terry Therneau On 08/09/2012 04:11 AM, r-help-request at r-project.org wrote: > I have a couple of questions with regards to fitting a coxph model to a data > set in R: > > I have a
2006 Nov 21
2
Sluething
My Samba Server had a wild time this weekend thanks to alleged power fluctuations. I'm using Samba 3.x on Fedora 4. My server sits on an APC UPS that remains in good health. When I arrived this Monday I found that my MicroTik Router was still up. My Win XP pro AV server was off and my Fedora/SAMBA box was also off. (all boxes have their own 15min UPS) The Win XP pro was brought up w/out
2011 Oct 22
4
issue loading doBy library
Hello, How can I fix this? I have the latest version of R 2.13.2 and I use Mac OS X 10.7.2 > library(doBy) Loading required package: lme4 Error in dyn.load(file, DLLpath = DLLpath, ...) : function 'cholmod_l_start' not provided by package 'Matrix' Error: package 'lme4' could not be loaded > library(lme4) Error in dyn.load(file, DLLpath = DLLpath, ...) : function
2007 Aug 01
1
IA64 Xen Bi-endian support - Litlle-endian Dom0 + Big-endianDomU
Hi, I am running Xen 3.04 version and trying to run a big-endian OS as guest on IA64. Is it possible to run a big-endian OS as guest, when the Dom 0 is running little-endian? Thanks, Veena Joshua _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2012 Aug 28
1
Error message
I suddenly started getting the error message below. Not sure why.? If I type intalled.packages() it shows Matrix and lme4 installed.? Can someone tell what's going on and what I need to do to remedy the problem?? I'm running on a Linux box. ? ? ? ? ? ? Loading required package: Matrix Loading required package: lattice Error in dyn.load(file, DLLpath = DLLpath, ...) : ? function
2009 Jan 16
2
[PATCH] ocfs2: return f_fsid info in ocfs2_statfs(), v4
Currently f_fsid of struct kstatfs returned from ocfs2_statfs() is undefined (vfs layer fills 0 as default). Since in some conditions, f_fsid value might be used as (f_fsid, ino) pair to uniquely identify a file, ocfs2 should return a unique defined f_fsid value from ocfs2_statfs(). Because uuid_str is identified no mater on big or litlle endian machine, it's also endian consistent to use
2006 May 01
1
Newbie to Com32: libcom32.a not linking
I'll start off by saying that I'm very new to com32, but I'm having difficulty linking the libcom32.a library into an executable. I'm using syslinux-3.11, I copied the libcom32.a library into my directory and here's the output of my attmept: #ld com32io.o dtimenu.o syslnx.o tui.o --library-path=./ -lcom32 .//libcom32.a(entry.o)(.init+0x42): In function `_start':
2004 Nov 28
1
YASP (Yet Another Samba Problem)
When I attmept to mount a PC (W2K) share via my fstab, I get the following error message on the mount: "Unknown parameter encountered 'file'" Truth be told , samba is becoming more and more frustrating. The only thing I have been able to successfully do is to make visible my NFS mount point across my file server to my W2K machine. I am running SuSE 9.1, Samba 3.02a Enclosed is
2012 Jul 10
1
identify.hclust() doesn't cut tree at the vertical position of the mouse pointer
Dear All According to the identify.hclust documentation the function "cuts the tree at the vertical position of the pointer and highlights the cluster containing the horizontal position of the pointer". When I carry out this, the tree isn't cut where I click - in fact, there seems to be a limit below which I cannot go. Consider the following code: mat <- matrix(rnorm(5000),
2013 Aug 30
4
[LLVMdev] Reflexions about a new HDL language
Hi, For the synthesis backend which translate to VHDL or Verilog, I don't know if I will use LLVM. It will depend on how easy it is to play with concurrent statements with LLVM. For the simulation I will use LLVM because I can anyways artificially make the compiled code sequencial. It would allow me to benefit from all the nice things from LLVM like existing optimisations. I have never
2012 Sep 23
2
If Command in Plot
Hi Team, I am trying to very simple plot with command plot. Question : I am trying to plot (x,y) based on the value of Column e. If column e value is greater than 0 then plot(x,y) otherwise do not plot it. Data : structure(list(x = c(1, 1, 1, 2, 2, 2, 3, 3, 3), y = c(1, 2, 3, 1, 2, 3, 1, 2, 3), e = c(0, -1, -2, 1, 0, -1, 2, 1, 0)), row.names = c(NA, -9L), .Names = c("x",
2004 Nov 10
1
samba, ldap, tls and certificates
Hello, a litlle question from a newcomer on this list : I've deployed samba 3.0.x together with opendlap. In the process of improving the security, I used : ldap ssl = start tls in the smb.conf How can I specify to samba where to find the CA certificate ? On my samba server (Debian), samba "magically" finds the /etc/ldap/ldap.conf and read the configuration. But the targeted
2011 Aug 10
0
New Matrix and lme4: Must reinstall lme4 if got new Matrix
We have released to CRAN a new version of the (recommended) package Matrix, and of package lme4 yesterday. Anyone who gets the new version of Matrix *MUST* re-install lme4 -- if (s)he is using lme4 at all. Technical details about that further below. The fact that yesterday's version number of Matrix is 0.9995875-2, indicates that Matrix' version is indeed approaching 1.0 (*), and
2011 Aug 10
0
New Matrix and lme4: Must reinstall lme4 if got new Matrix
We have released to CRAN a new version of the (recommended) package Matrix, and of package lme4 yesterday. Anyone who gets the new version of Matrix *MUST* re-install lme4 -- if (s)he is using lme4 at all. Technical details about that further below. The fact that yesterday's version number of Matrix is 0.9995875-2, indicates that Matrix' version is indeed approaching 1.0 (*), and