similar to: Errors in R-2-6-0?

Displaying 20 results from an estimated 500 matches similar to: "Errors in R-2-6-0?"

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
2012 Jan 24
1
Error from Brugs "'r for windows gui front-end has stopped working''
Dear all, I just try to run the example in R brugs packages, but not only once. Loop is added in this example. After several times (7, 11, or other random number), there is an error message "r for windows gui front-end has stopped working". This happened in two laptops with windows 7 and vista. I have tried different versions of R (2.14.1 and 2.13) and Brugs packages (0.7.1 and 0.7-5).
2009 Oct 06
2
R, Coda, and OpenBUGS
Hi All, I am trying to figure out how to use R-Coda with the output from OpenBugs. I have installed and loaded the packages BRugs and R2WinBUGS. I have successfully run a simple Bayes model in WinBUGS using R2WinBUGS' "bugs" and have used "read.bugs" to build the coda object. I can successfully switch to OpenBugs and run the same model and get the basic summary
2011 Jan 30
1
Where does R look for library packages - there is no package called 'BRugs'
I am have installed R on Windows 7 machine. R got installed in the directory C:\Program Files\R\R-2.12.0. Then I installed the package BRugs using the install.packages command. I did not get an option during the installation as to what directory I wanted BRugs installed in. It ended up in C:\myusername\Documents as C:\myusername\Documents\R\win-library\2.12\BRugs. When I open and R and run the
2010 Mar 30
2
Install package of "BRugs"?
Hi All, I'm trying to install the package "BRugs" and could not find it on the install package list. Then I tried the suggestion to run the following command in R install.packages("BRugs") but get the following error message: Loading required package: BRugs Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there
2011 Oct 24
0
Output from BRugs Doesn't Match That from OpenBUGS
Hi. I am trying to analyze with BRugs the Box-Tiao variance components example in WinBUGS. The output from BRugs, mean sd MC_error val2.5pc median val97.5pc start sample sigma2.btw 681.9 1161 10.89 0.7016 253.8 4232 25001 100000 sigma2.with 4266.0 1246 4.92 2480.0000 4057.0 7262 25001 100000 doesn't match the output from WinBUGS, node mean
2012 Sep 21
1
BRugs has a bug to use "OpenBUGS_PATH"
Hi, When I used BRugs (Version 0.8.0), I found a bug about the findOpenBUGS way using "OpenBUGS_PATH". I don't know how to contact the developer, so I think someone here may help me. The issue is: I want to use OpenBUGS/BRugs in a portable way in windows, so I set the environment variable "OpenBUGS_PATH" to tell BRugs the path to OpenBugs. But the R library BRugs is still
2012 Apr 04
1
BRugs crash, question
(Using BRugs 0.7-5, R 2.14.2 32-bit on 64-bit Windows 7, OpenBUGS 3.2.1) 1. BRugs crashes R for me as follows. Sorry about the lack of detail; please let me know if / how to supply a more useful bug report on this issue. fit <- BRugsFit(...) # BRugs and OpenBUGS runs fine, the parameter estimates are reasonable # across 3 chains samplesBgr("beta") # crash
2009 Jul 31
1
about BRugs package
Hi all, There seems a problem when I was installing this package. This question has been frequently asked but I didn't find any clue to solve it from previous answers and comments. And please forgive me if my question has been really answered before! My system is windows xp and R is 2.7x, when I hit in R install.packages("BRugs") the following warnings are output: Warning in
2005 Apr 08
1
new R package BRugs
Hi, this is the first announcement of a *developer version* of the R package BRugs, which is based on OpenBUGS 2.1.0. OpenBUGS 2.1.0 has been released earlier this week (http://mathstat.helsinki.fi/openbugs/). BRugs contains a complete OpenBUGS installation as well as R code to access OpenBUGS functionality from R. Simply install the package, load it and say ?BRugs and ?BRugsFit
2013 Feb 10
1
BRugs Error
I installed XCode, XQuartz and OpenBUGS on my Mac using WINE. When I tried to test my installation I received the following error. If correct, BRugs does not exist for R 2.15.1. Is there a means to get arrange this problem? Thanks Paul The following code is an example from R Help bugs: > schools.sim <- bugs(data, inits, + parameters, model.file, n.chains=3, + n.iter=1000, +
2009 Jul 20
2
HELP: BRUGS/WinBUGS/RBUGS Response is a combination of random variables
Hi, Is there anyone know if BUGS language allows the combination of variables as response such as Y[i] <- a*X1[i]+b*X2[i] Y[i] ~ dnorm(c,d) It seems doesn't work in my model. The problem is between two ######. The error message is > modelCheck("BayesBioMarker.BUGS") model is syntactically correct > modelData(paste("BUGS_data.txt",sep="")) data
2010 May 17
1
BRugs under Linux?
Hello. In this post: http://finzi.psych.upenn.edu/Rhelp10/2010-March/233815.html Uwe Ligges suggests using BRugs rather than R2WinBUGS under windows. He also notes that it is not in the main CRAN repository, but it is in "extras" which is a default repository under windows. I have OpenBUGS 3.1.0 (the latest that has a native Linux version which is no longer called linBUGS)
2008 Dec 24
2
problem installing R packages in Windows Vista
** High Priority ** I have recently installed the R program in Windows Vista. However, I am experiencing problem installing some of the packages. Specifically, I wanted to install BRugs package running R as an administrator. I issued the following command in R and received the following error message. > install.packages("BRugs") Warning in install.packages("BRugs"):
2008 May 22
6
Where to download BRugs
Hi all, I tried to follow an online tutorial to run openBUgs but the package BRugs has been removed from R repository. Could someone provide a link for where to download BRugs? Thanks a lot! -- View this message in context: http://www.nabble.com/Where-to-download-BRugs-tp17411410p17411410.html Sent from the R help mailing list archive at Nabble.com.
2006 Mar 13
1
can I use R functions in BRUGS to define a complex likelihood?
Hello I need to define complex likelihoods in BRUGS-> mixed multinomial probit & random coefficient tobit for panel data can I use the likelihood that i`ve written in R in the BRUGS model? if not, how can I deal with complex likelihoods in BRUGS, there is no integrate function in BRUGS? is there any possibility to this without writing my own sampler in R? Thanx, Johannes
2012 May 27
5
Help Brugs
Hola; estoy intentando utilizar el paquete BRugs y cuando entra el comando: library(BRugs) me da el siguiente error: Error: .onLoad failed in loadNamespace () for ''Brugs'' Alguien puede ayudarme? Saludos - Jose Ramón Alameda Bailén Área de Psicología Básica Universidad de Huelva [[alternative HTML version deleted]]
2009 Aug 13
1
Problem - BRugs Package
Dear all, I have any problem for my R Program (R.2.8.0). I want to use Brugs Package, this package has been installed. But there are error messages : > library(BRugs) Loading required package: coda Error: package 'coda' could not be loaded In addition: Warning messages: 1: package 'BRugs' was built under R version 2.8.1 2: In library(pkg, character.only = TRUE,
2012 Jun 05
1
load coda in BRugs to perfor diagnostics
Dear all, I just wrote a script to have each of my three mcmc chins running on a different computer core to improve computation speed. To do it I use the function sfLapply from the package snowfall. Before using parallell computation, I did my diagnostic analyses just after the model updating, but now I have to save the coda before. Using the CODA package, it is possible to load the outputs in a
2006 Jun 02
2
task view errors
I am getting several errors about Windows only packages when I use task views. Is this suppose to be a Windows-centric utility? Also, I am sure there must be a simple way to tell which packages are in a view, but I haven't found it. If there isn't, it would be nice to have. Paul Gilbert _______ install.views(c( "Multivariate", "Econometrics", "Finance",