Re: [R] Debugging a program written in the R language

2006-03-09 Thread Robert Burrows
and saves the result in the ~/stat-misc/Rsrc directory and in the current R session. I can now repeat myedit('functionName') until I finally get it right. The function is also accessible with myedit() from any other R session at any time. Good luck, Robert Burrows, PhD New England Biometrics

Re: [R] help with writing function

2005-12-13 Thread Robert Burrows
) } } How about IED - function(risk){ n-length(risk) Diff-numeric(n) for(j in 1:n){ relrisk-rep(risk[j],n) Diff[j]-sum(abs(risk-relrisk)[-j]) } Diff } -- Robert Burrows, PhD New England Biometrics [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing

[R] using 'nice' with R

2005-02-22 Thread Robert Burrows
I would like to use the 'nice' command when running CPU-intensive R functions on a server. Will starting R with 'nice R' do the trick? -- Robert Burrows, PhD New England Biometrics [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Need your help with my R plot

2005-02-07 Thread Robert Burrows
On Mon, 7 Feb 2005, Latha Raja wrote: I am using R to plot the graph and the problem I am facing with my graph is that I have lots of points concentrated in one area and It is creating a visualization challenge. How about 'plot( ,pch='.', )? -- Robert Burrows, PhD New England Biometrics

Re: [R] Re: [BioC] installing XML in linux

2003-06-09 Thread Robert Burrows
LIBXML_INCDIR=/usr/include/libxml2. -- Robert Burrows, PhD New England Biometrics [EMAIL PROTECTED] __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help