Message-ID: <22454401.post@talk.nabble.com>
Date: 2009-03-11T12:47:11Z
From: Maxl18
Subject: RServe
In-Reply-To: <22452051.post@talk.nabble.com>
I solved the problem. With a big C in RConnection and asDoubles() it works...
try{
RConnection r = new RConnection();
double[] d = r.eval("rnorm(10)").asDoubles();
} catch(Exception e){}
--
View this message in context: http://www.nabble.com/RServe-tp22452051p22454401.html
Sent from the R help mailing list archive at Nabble.com.