Displaying 20 results from an estimated 900 matches similar to: "R crashes when communicating with JAGS"
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
2011 Apr 04
0
[R-sig-ME] Documentation for the glm module in jags/rjags?
It turns out that when I use GUI (file-change dir) to set the working
directory, R will crash.
If I use setwd() instead, the example runs well.
Regards,
On 4 April 2011 00:17, Wincent <ronggui.huang@gmail.com> wrote:
> OK, I dig into the problem and found that Chinese character in the path
> should be blamed.
> Once the path rename to English only, it works.
>
> Regards,
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
2007 Jul 26
2
error in using R2WinBUGS on Ubuntu 6.10 Linux
I am trying to run WinBUGS 1.4 from the Ubuntu 6.10 Linux distribution. I am using the R2WinBUGS packages with the source file listed below. WinBUGS appears to run properly, but I get the following message after WinBUGS starts in WINE. Does anyone know what may be causing this error and what the correction may be?
Thanks
ERROR MESSAGE:
fixme:ole:GetHGlobalFromILockBytes cbSize is 13824
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.
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
2012 Feb 07
1
.Random.seed not found
Hi All,
I have a user who is receiving this error after running the following:
library(rjags)
library(R2jags)
x = c(1.6907, 1.7242, 1.7552, 1.7842, 1.8113, 1.8369, 1.8610, 1.8839)
n = c(59, 60, 62, 56, 63, 59, 62, 60)
r = c(6, 13, 18, 28, 52, 53, 61, 60)
N = 8
data=list("x","n","r","N")
inits=function(){
list(alpha.star=0,beta=0)
}
2011 Apr 18
3
Request for jags package to be added to CRAN Debian/Ubuntu archives
May I request that Dirk's package for jags be added to the CRAN
archives for Debian and Ubuntu?
Installing the rjags package for R requires specific versions of jags
to be present on the system. The current version of rjags requires
jags version 2.2.0 or later but the version on the Ubuntu archives at
Canonical (i.e. not the CRAN archives) is 2.1.0-2
I can always install Dirk's package
2011 May 27
1
Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI)
I've run into persistent problems with OpenBUGS crashing when using BRugs .53 and .71, and am hoping someone has suggestions. There is obviously something unusual going on in my environment, but I'm at a loss as to where to begin to try to solve it.
In a nutshell, what happens is that, as soon as I call "modelCheck()" in BRugs, it gets an error or crashes ... but only some of
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
2012 Nov 26
0
R jags clear deviance
Hi all,
I'd like to fit different models using a loop together with the jags
package.
to do this, I load the following packages "runjags", "R2jags" and "coda"
and use the function "jags" to fit my models.
The problem is that the following a windowx with the following message
appear between each model fitting inside my loop : the following objects in
2008 Oct 09
2
Help MLE
Dear,
I'm starting on R language. I would like some help to implement a MLE
function.
I wish to obtain the variables values (alpha12, w_g12, w_u12) that maximize
the function LL = Y*ln(alpha12 + g*w_g12 + u*w_u12).
Following the code:
rm(list=ls())
ls()
library(stats4)
Model = function(alpha12,w_g12,w_u12)
{
Y = 1
u = 0.5
g = -1
Y*log(alpha12 + g*w_g12 + u*w_u12)
}
res =
2010 Aug 30
1
R crashes when communicating with JAGS
Dear all,
I have a question regarding using JAGS and R. My problem is that every
single time I want to call JAGS from R the latter crashes (i.e. it
turns pale and the Windows tells me "R has stopped working".
Strangely, if there is a mistake in my jags code, this will be
reported without a crash. Only when the code is right and the model
should start to run, R stops working. I already
2011 Aug 02
2
SAMBA4 Alpha12 password changing problem
Hello,
I have successfully installed SAMBA4 Alpha12 as PDC.
I added two machines. Ubuntu 11.04 Linux and Windows 7.
They both can authenticate and log in to the machines. WHich is great.
The problem comes when users trying to change their password.
This is not working! It's constantly complaining for the complexity. However
I used strong and absolutely different to any previous password.
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 Jan 28
2
Dynamic random effects model
All R experts,
How do I fit a dynamic Random effects model with a binary dependent variable
in R
Thanks
JCM
[[alternative HTML version deleted]]
2011 Feb 02
2
Seperate BIND server for Samba 4
Hello!
I've set up samba 4 with great success since alpha12, but i've always used a
locally installed version of BIND.
Is it possible to use a seperate BIND server instead? I'd like to not run BIND
on my file server.
I have not seen any instructions to this effect, so perhaps someone would please
point me in the
correct direction?
Thank You Very Much!!
++AMARU
2005 Mar 04
5
bayesmix - What is or where can I find JAGS executable?
Hallo!
I want to use the package bayesmix. Trying the
examples I had no success. The reason is, I think:
> haveJAGS()
[1] FALSE
Have read of JAGS executable (I could not find
JAGS.exe in my R directory). What is JAGS? Where can I
find or download it?
Karl
2011 Apr 18
3
Domain Controller GPO
Hi All,
I am using Samba4 Alpha12, and i am trying to edit the password policy
(which I believe is derived from the PDC's policy), but I am trying to
figure out whether Samba4 can respond to GPOs. If It cannot, how would I
define the password policy for the domain? Thanks.
2010 Apr 29
1
Windows7 able to join Samba4-alpha12 domain, but unable to manage
Dear all,
after switching from Samba4-alpha10 to -alpha12, it is no longer
possible to manage user accounts via the RSAT on Windows 7 Professional.
The program says that name information can't be retrieved, because the
domain controller isn't configured properly (or the like, I read it in
German). However, joining the domain and logging in with administrator
or simple user account is