search for: nlwhitehouse

Displaying 9 results from an estimated 9 matches for "nlwhitehouse".

2004 Feb 26
2
save() size in XDR
..., Is there a way to find the size in bytes of a save() command --before-- the file has been saved? If not, can anyone point me to some resources on XDR so I can find a way to calculate it? Thanks, ===== Nathan Whitehouse Statistics/Programming Baylor College of Medicine Houston, TX, USA nlwhitehouse@yahoo.com http://rho-project.org: rho- open source web services for R. http://franklin.imgen.bcm.tmc.edu: Shaw laboratory, bcm.
2004 Feb 23
1
HTTP Post connections in R
...nctions to open an HTTP connection and HTTP POST some R data? like <form method="post" enctype="multipart/form-data"> etc. </form> but within R. Thanks, ===== Nathan Whitehouse Statistics/Programming Baylor College of Medicine Houston, TX, USA nlwhitehouse at yahoo.com http://rho-project.org: rho- open source web services for R. http://franklin.imgen.bcm.tmc.edu: Shaw laboratory, bcm.
2005 Apr 21
3
Objects in R
...rely to classes. This is NOT true for R (and S-plus) and we don't want this to change {and yes, we do know about C++, Python, Java,... and their way to do OO}. Please also read in more details the good advice given by Tony Plate and Sean Davis. Martin Maechler, ETH Zurich Nathan Whitehouse nlwhitehouse@yahoo.com
2004 Apr 23
0
SJava embedded in R
...#39;t find packages like org.omegahat.R.java and cannot resolve symbol (class) like REvaluator, RForeignReference... any idea ? many thanks for answering my last question I promise ! best regards, Anthony ===== Nathan Whitehouse Statistics/Programming Baylor College of Medicine Houston, TX, USA nlwhitehouse at yahoo.com work: 1-713-798-9029 cell: 1-512-293-5840 http://rho-project.org: rho- open source web services for R. http://franklin.imgen.bcm.tmc.edu: Shaw laboratory, bcm.
2004 May 06
0
Re: R web interfaces
...municate through SOAP/CORBA etc. These may exist on multiple internal computers. Although there are other issues, which we'd be excited to talk to somebody about at UseR. Best, Nathan Whitehouse ===== Nathan Whitehouse Statistics/Programming Baylor College of Medicine Houston, TX, USA nlwhitehouse at yahoo.com work: 1-713-798-9029 cell: 1-512-293-5840 http://rho-project.org: rho- open source web services for R. http://franklin.imgen.bcm.tmc.edu: Shaw laboratory, bcm.
2004 May 07
0
Re: R web interfaces
...ed about. That said, both the PI of our lab and another guy will be there(Chad Shaw & Andrew Young). They will be very keen to discuss stuff more. Best, Nathan > Cheers, > David > ===== Nathan Whitehouse Statistics/Programming Baylor College of Medicine Houston, TX, USA nlwhitehouse at yahoo.com work: 1-713-798-9029 cell: 1-512-293-5840 http://rho-project.org: rho- open source web services for R. http://franklin.imgen.bcm.tmc.edu: Shaw laboratory, bcm.
2004 May 07
0
Re: Sessioned R web interfaces
..., the R processes go back to listening at the socket. Connecting to the R compute servers this way takes < 2 milliseconds rather than the typical ~2 second R startup time. Thanks for any tips. -Frank ===== Nathan Whitehouse Statistics/Programming Baylor College of Medicine Houston, TX, USA nlwhitehouse at yahoo.com work: 1-713-798-9029 cell: 1-512-293-5840 http://rho-project.org: rho- open source web services for R. http://franklin.imgen.bcm.tmc.edu: Shaw laboratory, bcm.
2004 May 17
1
Problem with package SJava
Hello all, I'm trying to run SJava package (0.65 modified downloaded from : http://stats.math.uni-augsburg.de/iPlots/alpha/) on windows NT 2000 and R 1.8.01. I have also downloaded the PDF Calling R from Java and when I want to execute the following code: import org.omegahat.R.Java.*; import java.io.*; public class Essai{ public static void main (String [] args) { REvaluator e = new
2002 Sep 24
1
Threaded R-Java
Hello all, We currently have a java web utility that allows multi-threaded data analysis using S+. We want to migrate it to R. However, the guy who preceded me here left some documentation indicating that he couldn't implement it because R didn't support threading. Also, he noted that the R-Java interface(org.omegahat.R.Java.REvaluator) wasn't thread safe even if R was. Can