Displaying 1 result from an estimated 1 matches for "td13265477".
2009 Mar 31
0
Connecting C# to R via rscproxy.dll does not return all results
Hi there,
I am using http://www.nabble.com/Using-R.dll-in-.NET-IPC-td13265477.html
this solution to hook a C# Application to R via rscproxy.dll.
So far it all works fine, except for the fact that whenever a line in the
result vector contains more than 1 return parameter (e.g. ttestĀ“s confidence
interval from x to y) only the first value is returned (e.g x instead of x,
y)...