search for: yusung

Displaying 8 results from an estimated 8 matches for "yusung".

Did you mean: yusufg
2009 Feb 08
1
Error installing rjags in Ubuntu Linux
Hi, Here is a step-by-step guide to exactly how I've installed R in Ubuntu: http://www.nabble.com/installing-R-on-Ubuntu-td10025949.html#a21894865 Regarding rjags, here is what happened: This webpage (http://yusung.blogspot.com/2009/01/install-jags-and-rjags-in-fedora.html) recommends logging into R as sudo R, and then typing: install.packages("rjags", configure.args="--with-jags-include=/usr/local/include/JAGS --with-jags-lib=/usr/local/lib/JAGS --with-jags-modules=/usr/local/lib/JAGS/modules...
2010 Jun 26
0
Problem: RWinEdt and Windows 7
Hi I can install RWinEdt if I start R with administrator rigths, but it does not paste my code to the console. I found advice in the link below how to manage the problem, but it did not work, any other idea? http://yusung.blogspot.com/2009/01/rwinedt-and-windows-vistawindow-7.html Thanks a lot,Johannes >From: Uwe Ligges <ligges_at_statistik.tu-dortmund.de> >Date: Sun, 08 Nov 2009 16:23:34 +0100 >Aha, what is that blog post and what does not work for you? I haven't got any report so far and do...
2007 Apr 29
0
Going from Coda Files to R2WinBUGS
...#39;m attempting to write something to go from coda output dumped by JAGS into the bugs object format - I've looked for functions that will convert from an mcmc object to a bugs object, but have had no luck as of yet. I've attempted to adapt Yu-Sung Su's method over at http:// yusung.blogspot.com/2007/01/analyzing-coda-statistics-produced- by.html . However, whenever I run it for a coda file set generated by jags, I get the following error: Error in if (trans[i] == "log") { : missing value where TRUE/FALSE needed This is for a run whose jags.ind is as follows...
2012 Jan 13
1
R2jags update, jags.parallel
...9;t actually appear: > library(help=R2jags) Information on package ?R2jags? Description: Package: R2jags Version: 0.03-02 Date: 2012-1-12 Title: A Package for Running jags from R Author: Yu-Sung Su <suyusung at tsinghua.edu.cn>, Masanao Yajima <yajima at stat.columbia.edu>, Maintainer: Yu-Sung Su <suyusung at tsinghua.edu.cn> Depends: methods, R (>= 2.14.0), coda (>= 0.13), R2WinBUGS, rjags (>= 3-3), parallel S...
2009 Jul 21
1
error when installing rjags
Hi All: I get the following error when trying to install the rjags package. I've installed the jags software and I'm using Fedora 10.0 and my sessionInfo is at the bottom of this email. I'm also sorry if this email ends up having control A's all over it. I still haven't figured how to fix that. Thanks. [1] "LOADING MASS LIBRARY" checking for
2010 Oct 22
2
How long does skipping in read.table take
I know I could figure it out empirically - but maybe based on your experience you can tell me if it's doable in a reasonable amount of time: I have a table (in .txt) with a 17,000,000 rows (and 30 columns). I can't read it all in (there are many strings). So I thought I could read it in in parts (e.g., 1 milllion) using nrows= and skip. I was able to read in the first 1,000,000 rows no
2010 May 27
3
rjags in Ubuntu 10.04
I've not been able to install rjags successfully in Ubuntu 10.04 : ** testing if installed package can be loaded Error : .onLoad failed in loadNamespace() for 'rjags', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared library '/home/scott/R/i486-pc-linux-gnu-library/2.11/rjags/libs/rjags.so': libjags.so.2: cannot open shared object file:
2008 Feb 28
8
How to read HUGE data sets?
Dear R-list, Does somebody know how can I read a HUGE data set using R? It is a hapmap data set (txt format) which is around 4GB. After read it, I need to delete some specific rows and columns. I'm running R 2.6.2 patched over XP SP2 using a 2.4 GHz Core 2-Duo processor and 4GB RAM. Any suggestion would be appreciated. Thanks in advance, Jorge [[alternative HTML version deleted]]