similar to: .Random.seed not found

Displaying 20 results from an estimated 300 matches similar to: ".Random.seed not found"

2012 Jan 13
1
R2jags update, jags.parallel
Anyone used jags.parallel in latest version of R2jags? Ubuntu Oneiric, just ran updates in R to get latest R2jags package which supposedly has added jags.parallel command to send chains to multiple cores ... but when I submit, I get: test <- jags.parallel(d, inits, param, model.file="rats.bug", n.chains=3, n.iter=2000) Error: could not find function
2012 Jan 12
1
Can't install rjags on LinuxMint 12
Hi, I'm trying to install rjags and R2jags with R version 2.14.1 (2011-12-22) on Linux Mint 12 machine using software repository: deb http://cran.fhcrc.org/bin/linux/ubuntu oneiric/ jags seems to install OK, but rjags gives a weird error about not finding fprec symbol. Here is a history of the problem including several attempts to work around it. (Because of Ben Bolker's recent
2012 Nov 28
2
Error message R2Jags
Hi, I'm trying to generate a GLMM for Y following a negative binomial distribution. The first step I'm taking as a beginner in the use of R2Jags is to generate a GLM for Y following a Poisson distribution (I heard it's good in order to get used to the coding language), so here I am and here I face the first error message for which I can't find any mistake of spelling. Could you
2011 Aug 11
1
R crashes when communicating with JAGS
There is a thread on this topic already: http://finzi.psych.upenn.edu/Rhelp10/2010-August/250934.html I'm rather mystified by a similar problem and wondering whether I've overlooked something obvious. I'm running with latest versions of R and all packages, and latest version of JAGS running under Windows 7. Here's the problem. I have some source code. It's given below -
2012 Jan 27
2
misfeature: forced file.copy() of a file over itself truncates the file ...
Try this: fn <- "tmp.dat" x <- 1:3 dump("x",file=fn) file.info(fn) ## 9 bytes file.copy(paste("./",fn,sep=""),fn,overwrite=TRUE) file.info(fn) ## 0 bytes (!!) Normally file.copy() checks and disallows overwriting a file with itself, but it only checks whether character string 'from' is the same as character string 'to'
2009 Oct 04
4
[LLVMdev] LLVMdev Digest, Vol 64, Issue 5
Where exactly is this mythical Kaleidoscope example? I have llvm 2.5 installed. examples dsw$ ls BrainF Fibonacci Makefile ParallelJIT CMakeLists.txt HowToUseJIT ModuleMaker > Date: Sat, 3 Oct 2009 21:40:44 +0100 > From: Renato Golin <rengolin at systemcall.org> > Subject: Re: [LLVMdev] LLVM-Kaleidoscope tutorial > > 2009/10/3 Remy Demarest <remy.demarest at
2009 Jun 22
0
Problems trying to run R2jags on a Linux Cluster
Dear R users, I am having problems in trying to run R2jags on a Linux Cluster. When I tried to run the model given in the R2jags manual I get the following error error message: Error in FUN(X[[3L]], ...) : object 'J' not found Can any one help me with this problem? Looking to hear from you all. Regards, -- Luwis Diya, Leuven Biostatistics and Statistical Bioinformatics Centre
2018 Jun 06
2
samba behavior change with version upgrade
I have two linux mint systems on my network and use samba to share data between them.  I am in the process of upgrading one of them from linux mint maya to linux mint sylvia, which also upgrades smbd from 3.6.25 to 4.3.11-Ubuntu and encountering behavior differences. I suspect I need to tweak my newer smb.conf file to correct this problem. The system I am in process of upgrading offers a
2013 Aug 16
1
running R in batch mode on Ubuntu
So, I'm submitting R 3.0.1 jobs on Ubuntu (13.04) using 'R CMD BATCH --no-save filename.R &' (have an alias set to subr='R CMD BATCH --no-save") and am having a problem of sometimes the process ending without the R commands contained in the batch file actually having finished running. We're running Bayesian models using R2jags jags.parallel and it ends during the
2005 Dec 26
1
file_column + restrictions
Hey All. Season''s Greetings. Can anyone here elaborate on how one can restrict the size of image uploads using file_column/rmagick? I''d like to be able to, in my controller/model, check the size of an uploaded image, and if it''s size on disk exceeds x amount, I''d like to indicate to the user that this is a no-go and kill the temp file. Any ideas? Thanks
2009 Oct 05
0
[LLVMdev] LLVMdev Digest, Vol 64, Issue 5
On Oct 4, 2009, at 12:21 PM, Daniel Wilkerson wrote: > Where exactly is this mythical Kaleidoscope example? I have llvm > 2.5 installed. http://llvm.org/docs/tutorial/ -Chris
2005 Apr 18
2
nls error in formula
Hi, I'm a new R user, with a lot of questions. At the moment I'm stoped on an error traying to fit a model: > x <- sandeel ## numeric data (2500-60000) > y <- Noss ## numeric data (0-1.2) > A <- 0.8 > B <- 0.6 > C <- 1/40000 > nls( y ~ A-B*exp(-C*x)) Error in match.call(definition, call, expand.dots) : .Primitive... is not a function I'm
2009 Oct 07
1
Which JAGS interface to use?
Frank (or anyone else), can you offer any comments comparing runjags, R2jags, rjags ? I couldn't find any vignettes, nothing except a brief mention on Task Views. Kevin On Wed, Oct 7, 2009 at 7:48 AM, Frank E Harrell Jr <f.harrell@vanderbilt.edu > wrote: > Have you tried the rjags package which uses the jags system? It is much > more integrated into R and works quite well.
2003 Dec 02
2
Strange Behavior!
I've setup asterisk on a Dell Poweredge 1300 Server. PIII 600, 500mb Ram, SCSI HD's. It is running Fedora Core 1. I have 3 X100P cards and 6 Grandstream IP phones. Everything works but the sound quality with the FXO cards is poor. Static and choppiness. It works great between the IP phones. The only way I can get good sound quality with the FXO cards is to start * while in a terminal
2018 Jun 07
2
samba behavior change with version upgrade
Rowland Penny via samba wrote: > On Thu, 7 Jun 2018 14:57:34 +0100 > Rowland Penny via samba <samba at lists.samba.org> wrote: > >> On Thu, 7 Jun 2018 14:51:11 +0100 >> Rowland Penny via samba <samba at lists.samba.org> wrote: >> >>> On Thu, 7 Jun 2018 15:43:07 +0200 >>> "L.P.H. van Belle via samba" <samba at lists.samba.org>
2012 Oct 30
2
help with lme
Dear Madam or Sir I am writing you hoping, that you can help me with a problem concerning the output of regressions done with the function lme in R. I would need the standard deviations for intercepts and predictors, but in the output I can only find those for the intercepts. Could it be, that this is my fault? (I am just a beginner with R and multilevel modeling). I am sorry to annoy you with
2018 Jun 07
2
samba behavior change with version upgrade
On Thu, 7 Jun 2018 14:51:11 +0100 Rowland Penny via samba <samba at lists.samba.org> wrote: > On Thu, 7 Jun 2018 15:43:07 +0200 > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > > > David, > > > > So only Rowland is allowed to help?? If everybody does that them in > > feeling really sorry for him. There are lots of people
2009 Oct 05
1
[LLVMdev] LLVMdev Digest, Vol 64, Issue 5
That's not an example, that's a tutorial, and an incomplete one at that. However I did find the Kaleidoscope example in the subversion repository head. Any clue as to why when we attempt to follow the very simple example in the llvm-2.5 release docs/tutorial/JITTutorial1.html we construct a module state that verifies but then when we ask it to emit, we get a stack overflow from LLVM? Is
2018 Jun 12
2
passdb.tdb shows no users in new 4.3.11-ubuntu install?
I enabled logging at level 3 on my new 4.3.11-ubuntu (sylvia) system to see why I was not opening a share properly from another system. The log shows: [2018/06/11 20:49:13.418108,  3] ../source3/auth/auth.c:178(auth_check_ntlm_password)   check_ntlm_password:  Checking password for unmapped user [AGI-NET]\[dhdurgee]@[Z560] with the new password interface [2018/06/11
2006 Mar 01
3
oggfile, skeleton and vorbis tools
(w. quotes from the xiphmeet: <http://westfish.xiph.org/~giles/200603_meeting.txt>, I've tried to strip it down to relevant stuff) <xiphmont> "Is there any interest in extending vcedit/libvorbisfile to do basic handling of Vorbis streams from concurrently multiplexed Ogg?" < xiphmont> Yes, but that work was *also* tied to OggFile from way back when, and one