Quantcast
Channel: R.NET
Browsing all 1634 articles
Browse latest View live
↧

New Post: Execute local R script

I'm looking to use R.NET to execute an existing R script but haven't had success. Is this actually possible? I've run the example code successfully, so my basic setup is ok. My code looks like the...

View Article


Source code checked in, #839ed161e8a5

Update build script * Adds --no-zip option and --no-deploy option. * Traces build output. * Renames some variables.

View Article


New Post: Convert NumericVector to String

Solved in next way: var res=engine.Evaluate(@"res<-98").AsNumeric(); Console.WriteLine("res={0}", string.Join(", ", res)); I can't get how GetSymbol works, anyway. Doesn't it return a value of...

View Article

New Post: Why only the first definition of matrix in R code is returned?

The problem as in subj: A code sorts database records in table (weekdays/hours). After evaluating the R code only the initial FinTable is availiable (with zero values). I need a FinTable with processed...

View Article

New Post: how to get the first two columns from the result

I use "print(lsmeans)" and the results are like: $V lsmeans V lsmean SE df lower.CL upper.CL V1 95.6388 XX XX XX xx V2 99.4101 XX XX XX xx V3 98.8171 XX XX XX xx V4 89.9479 XX XX XX xx V5 88.5646 XX XX...

View Article


Commented Issue: Can“t evaluate more than 2 arrays in R [26]

I have got the following code. It runs for 2 selected items but for more there occurs:CallbackOnCollectedDelegate.private void button1_Click(object sender, RoutedEventArgs e){//StatConnector RConnector...

View Article

Created Unassigned: evaluate() parseexception [50]

engine.Evaluate("library('forecast');");<<<<begin here var valuedata = list2; NumericVector valuedatavector = engine.CreateNumericVector(valuedata); engine.SetSymbol("valuedatavector",...

View Article

Commented Unassigned: RDotNet.ParseException in engine.Evaluate() [48]

When I try to use this code```// ЗаГаем ŠæŃƒŃ‚ŃŒ Šŗ библам R, иначе Ń€Š°Š±Š¾Ń‚Š°Ń‚ŃŒ не Š±ŃƒŠ“ет var oldPath = System.Environment.GetEnvironmentVariable("PATH"); var rPath = System.Environment.Is64BitProcess ?...

View Article


New Post: R Engine Reuse (re-initialize)

I met the same problem, any ideas for that?

View Article


Source code checked in, #909d385e96d2

Fix tag.

View Article

Source code checked in, #77570ae25dae

Update version.

View Article

Source code checked in, #1414622e1113

Added tag R.NET 1.5.4 for changeset 77570ae25dae

View Article

Source code checked in, #9577fe554d6a

Fix namespace.

View Article


Source code checked in, #e5d6629e9cbe

Moved tag R.NET 1.5.4 to changeset 9577fe554d6a (from changeset 77570ae25dae)

View Article

Source code checked in, #867d370ad5d1

Fix NuGet version dependency.

View Article


Created Release: R.NET 1.5.4 (8 24, 2013)

Add AsDataFrame(RDotNet.FSharp) Add DataFrame active pattern

View Article

Updated Release: R.NET 1.5.4 (8 24, 2013)

Add IsDataFrameFix AsDataFrame(RDotNet.FSharp) Add DataFrame active pattern

View Article


Released: R.NET 1.5.4 (Aug 24, 2013)

Add IsDataFrame Fix AsDataFrame (RDotNet.FSharp) Add DataFrame active pattern

View Article

Updated Release: R.NET 1.5.4 (8 24, 2013)

Add IsDataFrameFix AsDataFrame(RDotNet.FSharp) Add DataFrame active pattern

View Article

New Post: Save object but file doesn't find

basicData <- iris; index<- sample(2,nrow(basicData),replace=T,prob=c(tranprec,testprec)); dt.train <- basicData[index==1,] ; dt.test <- basicData[index==2,] ; myModel <-...

View Article
Browsing all 1634 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>