Displaying 2 results from an estimated 2 matches for "ffinterfac".
Did you mean:
ffinterface
2002 Nov 21
0
Calling R from Java
...with all the R commands and send it to R (via Process
pc=Runtime.getRuntime().exec(Rcall); )and then R creates an outputfile
with all the results.
The matter with this is that there is no interactivity, variables are
not kept, you have to parse the outputfile, ... (see the above article
(see ? FFinterface))
2- another one is to use the R server developed by Simon Urbanek:
http://stats.math.uni-augsburg.de/Rserve/
A java frontend is provided with the server, which allows to communicate
easily with R and which sends back results in a java object. So for each
connection to the server you have a R...
2006 Jul 07
0
Calling R from Java
...with all the R commands and send it to R (via Process
pc=Runtime.getRuntime().exec(Rcall); )and then R creates an outputfile
with all the results.
The matter with this is that there is no interactivity, variables are
not kept, you have to parse the outputfile, ... (see the above article
(see ยง FFinterface))
2- another one is to use the R server developed by Simon Urbanek:
http://stats.math.uni-augsburg.de/Rserve/
A java frontend is provided with the server, which allows to communicate
easily with R and which sends back results in a java object. So for each
connection to the server you have a R...