Skip to content

Example of calling R from Java

1 message · Duncan Temple Lang

#
There is a new version of both the Java package (now 0.61) and the
RFromJava document (http://www.omegahat.org/RSJava/RFromJava.pdf)
which gives an example (with the code and a script to run it) of
fitting a linear model in R from Java and getting the resulting lm
object back to Java.

As I have mentioned before, you have to think about what it means
to "get the results" in the context of your application. 

 D.