Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I created a function in R, and i'd like to call this function with C#. I know it's possible.
My function imports a data and does a statistic regression.
I want to execute this function with C# and want that the results print in C#.
Is it possible?

Best regards
Posted

This is the first time I've heard of R, yet I've fairly confident my simple Google skills solved your problem.
Google[^]

Here are some of the hits
is there a way to call R functions from C# and retrieve the result in C#[^]
Call R function in C# program[^]
 
Share this answer
 
Comments
Reiss 8-Sep-11 10:49am    
+5 good links - looks like google is broken (again)
Simon Bang Terkildsen 9-Sep-11 4:19am    
Yeah Google seem to have been down alot lately :)
Mehdi Gholam 8-Sep-11 12:40pm    
I wonder when we will get to the z language?!? 5!
Simon Bang Terkildsen 9-Sep-11 4:23am    
With the speed new languages has appeared, my guess is it'll probably be soon. Some Ph.D. student is probably already working on it :P
You can see at The R Statistical Language and C#.NET: Foundations[^]. It's great way to comprehend the fundamental insights.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900