Hey guys, I got a java gui app which loads up data into a table. How can i use R to perform statistical functions on the data in the table? P.S My question is not particularly geared towards Java coding, but more towards allowing R functionality within Java.
Have a look at JGR. stefano On 29/apr/05, at 15:21, D0c wrote:> Hey guys, > I got a java gui app which loads up data into a table. How can i use R > to perform statistical functions on the data in the table? > > > P.S My question is not particularly geared towards Java coding, but > more towards allowing R functionality within Java. > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >
Especially look at JRI, which is responsible for the communication Java -> R. JGR source: http://www.rosuda.org/JGR/1.1a/src/JGRsrc.tar.gz JRI source: http://www.rosuda.org/JGR/1.1a/linux/JGR-1.1a.tar.gz Best Markus On Friday 29 April 2005 15:21, D0c wrote:> Hey guys, > I got a java gui app which loads up data into a table. How can i use R > to perform statistical functions on the data in the table? > > > P.S My question is not particularly geared towards Java coding, but > more towards allowing R functionality within Java. > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel-- Markus Helbig ------------------------- Bahnhofstrasse 21 86492 Egling Germany info@markushelbig.de ------------------------- http://www.markushelbig.de
Hey guys thanks for the help. I found Rserve to be a solution i can work with. i'll just use the JRClient to connect to Rserve. However i have another problem. How can i get a nice graph from Rserve using JRCLient using the plot() function? Or for that matter a simple summary() of a dataset to be printed on screen (eg JOptionPane)? All this is using a java front end btw. On 4/29/05, D0c <kanglin@gmail.com> wrote:> Hey guys, > I got a java gui app which loads up data into a table. How can i use R > to perform statistical functions on the data in the table? > > P.S My question is not particularly geared towards Java coding, but > more towards allowing R functionality within Java. >
Hey anyone explored how to pass java objects (e.g Vector or String) to R as a to be converted to a data.frame? On 4/29/05, D0c <kanglin@gmail.com> wrote:> Hey guys, > I got a java gui app which loads up data into a table. How can i use R > to perform statistical functions on the data in the table? > > P.S My question is not particularly geared towards Java coding, but > more towards allowing R functionality within Java. >