[R] gsl package installation problem: gsl-config not found (even though gsl has been installed)

2016-07-11 Thread pan yang
nyone know why this is happening? Is it because I have not go through step 3? Your generous help and assistance will be highly appreciated. Best regards, Pan [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCR

[R] Problem when installing Rmpi package in HPC cluster

2016-07-11 Thread pan yang
set export LD_LIBRARY_PATH=/usr/mpi/gcc/openmpi-1.8.2/lib64 and export LD_PRELOAD=/usr/lib64/libutil.so Somehow the Rmpi cannot be loaded even though it has been installed successfully. Can anyone kindly give me some hint on what should be done? Thanks a lot. Pan

[R] Running MCMC in R

2012-12-12 Thread Chenyi Pan
skip the current iteration when it is stucked and automatically to start another chain with different starting values. I am looking forward to your reply. Best, Chenyi -- Chenyi Pan Department of Statisitics Graduate School of Arts and Sciences, University of Virginia Tel: 434-466-9209

[R] An important question about running MCMC

2012-12-12 Thread Chenyi Pan
current dataset and move to next simulated data when the iteration is stucked? Alternatively, can the MCMC chain skip the current iteration when it is stucked and automatically to start another chain with different starting values. I am looking forward to your reply. Best, Chenyi -- Chenyi Pan

[R] printing text within if functions inside a for loop

2010-03-23 Thread Tian Pan
utput data within this loop? I can't seem to find anything on the internet for this problem. Thanks in advance. -- Tian Pan Tel: +27 (0)21 670 5295 [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.

[R] How to install older version of R?

2009-11-18 Thread Pan,
ed me to do it. If any one offers me some suggestions/reference, I will appreciate. Jia-Chiun Pan __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEA

[R] How to install older version of R?

2009-11-18 Thread Pan,
ed me to do it. If any one offer me some suggestions/reference, I will appreciate. Jia-Chiun Pan __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEA

[R] Run R code by Vim-R-plugin (How do I to run two or more programs at the same time)?

2009-11-03 Thread Pan,
indow. When I press "\rf", the R window shows up and still runs A.R. How could I run B.R in another R window by using vim-R-plugin? regards, Jia-Chiun Pan __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PL

[R] convert data from

2007-09-20 Thread Pan Zheng
Hi, I am trying to convert a data frame from: X1X2 A12 B34 C56 to: A01 1 A02 2 B013 B024 C015 C026. How can I do it in R? I appreciate your help. Zheng - [[alternative HTML version deleted]] ___