Created Unassigned: System.ApplicationException [158]
With running Rstudio and Revolution I launch a simple code which begins with ``` REngine.SetEnvironmentVariables(); REngine engine = REngine.GetInstance();```and have an exception>...
View ArticleEdited Unassigned: System.ApplicationException [158]
With running Rstudio and Revolution I launch a simple code which begins with ``` REngine.SetEnvironmentVariables(); REngine engine = REngine.GetInstance();```and have an exception>...
View ArticleCommented Unassigned: System.ApplicationException [158]
With running Rstudio and Revolution I launch a simple code which begins with ``` REngine.SetEnvironmentVariables(); REngine engine = REngine.GetInstance();```and have an exception>...
View ArticleCommented Unassigned: System.ApplicationException [158]
With running Rstudio and Revolution I launch a simple code which begins with ``` REngine.SetEnvironmentVariables(); REngine engine = REngine.GetInstance();```and have an exception>...
View ArticleCommented Unassigned: System.ApplicationException [158]
With running Rstudio and Revolution I launch a simple code which begins with ``` REngine.SetEnvironmentVariables(); REngine engine = REngine.GetInstance();```and have an exception>...
View ArticleCommented Unassigned: System.ApplicationException [158]
With running Rstudio and Revolution I launch a simple code which begins with ``` REngine.SetEnvironmentVariables(); REngine engine = REngine.GetInstance();```and have an exception>...
View ArticleCreated Unassigned: Real-Time plotting [159]
I launch the code below to emulate a realtime chart building``` using (REngine engine = REngine.GetInstance()){ var values = new double[100]; var rnd = new Random(); for (int i = 0; i <...
View ArticleNew Post: Returning a time series to .net using r packages xts or zoo.
This code evaluate a list of predicted data. But why can't I print each of them in console in numeric format? const string command = "library('forecast'); birth...
View ArticleNew Post: Returning a time series to .net using r packages xts or zoo.
Seem like this code returns 10 predicted values correctly const string command = "library('forecast'); birth <-scan('http://robjhyndman.com/tsdldata/data/nybirths.dat'); fit <- nnetar(birth);...
View ArticleNew Post: Getting summary() output to C#
I'm running very simple script for decision tree computation using csv file: engine.Evaluate("data <- read.csv('"+path.Replace("\", "\\")+"')"); engine.Evaluate("data$target <-...
View ArticleNew Post: Using R.Net in Web Application
I am trying to integrate R in my web application. I have a R code which does some analysis and returns the output. I my web application a user selects a filter and the filtered data-set goes to R for...
View ArticleCreated Unassigned: R's Ave function returns multiple of the same number [160]
I was wonder why when I use the function ave I get the average value N(number of data-points in my set) in my vector?
View ArticleCommented Unassigned: R's Ave function returns multiple of the same number [160]
I was wonder why when I use the function ave I get the average value N(number of data-points in my set) in my vector? Comments: This is not an R.NET issue. Please read the documentation for the ave...
View ArticleClosed Unassigned: R's Ave function returns multiple of the same number [160]
I was wonder why when I use the function ave I get the average value N(number of data-points in my set) in my vector?
View ArticleNew Post: Communicate or use R environment in C# project without installation
Sendil wrote: Hi I want to develop application using R statistical computing and C# project. To have R Environment it is necessary to install the R-2.15.1-win.exe which will give me native DLLs...
View ArticleNew Post: How to get "User Function Code" Via R.NET?
Hi I'm trying to make windowsform application with R.NET I want to browse function code on windows application via R.NET I make this sample code Sample CodeImports RDotNet Module Module1 Sub Main() Dim...
View ArticleNew Post: How to get "User Function Code" Via R.NET?
I want to get this part from R via R.NETfunction(a,b){c <- a*b;print(c)} YAKUMO
View ArticleReviewed: R.NET 1.5.19 (NuGet) (Feb 16, 2015)
Rated 4 Stars (out of 5) - Very useful. A bit of a learning curve, but not too steep.
View ArticleNew Post: Getting summary() output to C#
Since we don't have your data, its difficult to reproduce your problem exactly. If you could build the most minimal example around mtcars, that would be helpful. If I do this, var engine =...
View Article