search for: inputiri

Displaying 17 results from an estimated 17 matches for "inputiri".

Did you mean: inputir
2017 Oct 29
3
Renjin?
...docs and then trying a quick example, didn't quite work. Of course I'm missing something. Although I'm telling the engine to require ("biotools") just like I would in R itself, when I get to the line of code that does the actual call engine.eval("boxMResult <- boxM(inputIris [,-5], inputIris[,5])"); Then, I get: Exception in thread "main" org.renjin.eval.EvalException: could not find function 'boxM' Am I using Renjin as intended? Biotools is installed in R and works fine from RStudio. I didn't see any examples in the docs (please excuse...
2017 Oct 29
0
Renjin?
...t; > > Of course I'm missing something. > > Although I'm telling the engine to require ("biotools") just like I > > would in R itself, when I get to the line of code that does the > > actual call > > > > engine.eval("boxMResult <- boxM(inputIris [,-5], inputIris[,5])"); > > Then, I get: > > Exception in thread "main" org.renjin.eval.EvalException: could not > > find function 'boxM' > > > > Am I using Renjin as intended? Biotools is installed in R and works > > fine from RStudio....
2017 Oct 26
3
How to create a table structure in Java code?
...39;s OK? If, instead of using hard-coded CSV, I read the CSV into a variable first, then it fails again with a parse error. Code below. So, if I read the CSV into a variable, do I need an additional wrapper method? Seems like it should still work. Thanks in advance for your reply. -M String inputIris = "5.1,3.5,1.4,0.2,setosa\n" + "4.9,3,1.4,0.2,setosa\n" + "4.7,3.2,1.3,0.2,setosa\n" + "4.6,3.1,1.5,0.2,setosa\n" + "5,3.6,1.4,0.2,setosa\n" + "5.4,3.9,1.7,0.4,setosa\n" + "4.6,3.4,1.4,0.3,setosa"; REXP irisData =rConnection.ev...
2017 Oct 27
4
Cannot Compute Box's M (Three Days Trying...)
...dio But I don't see what is wrong below with the coding equivalent. The entire code snippet is below. The code fails below on the call to the boxM statistic call. PLEASE HELP!!! Thanks in advance, ------------------------- rConnection.eval("library('biotools')"); String inputIris = "5.1,3.5,1.4,0.2,setosa\n" + "4.9,3,1.4,0.2,setosa\n" + "4.7,3.2,1.3,0.2,setosa\n" + "4.6,3.1,1.5,0.2,setosa\n" + "5,3.6,1.4,0.2,setosa\n" + "5.4,3.9,1.7,0.4,setosa\n" + "4.6,3.4,1.4,0.3,setosa\n" + "5,3.4,1.5,0.2,setosa\...
2017 Oct 26
1
How to create a table structure in Java code?
...I read the CSV into a variable first, then it fails again with a parse error. >> Code below. >> So, if I read the CSV into a variable, do I need an additional wrapper method? >> Seems like it should still work. >> Thanks in advance for your reply. >> -M >> String inputIris = "5.1,3.5,1.4,0.2,setosa\n" + >> "4.9,3,1.4,0.2,setosa\n" + >> "4.7,3.2,1.3,0.2,setosa\n" + >> "4.6,3.1,1.5,0.2,setosa\n" + >> "5,3.6,1.4,0.2,setosa\n" + >> "5.4,3.9,1.7,0.4,setosa\n" + >> "4.6,3....
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...de snippet is below. The code fails below on the call to the boxM statistic call. >> PLEASE HELP!!! >> Thanks in advance, >> --------------------------------------------------------------- >> >> rConnection.eval("library('biotools')"); >> String inputIris = "5.1,3.5,1.4,0.2,setosa\n" + >> "4.9,3,1.4,0.2,setosa\n" + >> "4.7,3.2,1.3,0.2,setosa\n" + >> "4.6,3.1,1.5,0.2,setosa\n" + >> "5,3.6,1.4,0.2,setosa\n" + >> "5.4,3.9,1.7,0.4,setosa\n" + >> "4.6,3....
2017 Oct 26
0
How to create a table structure in Java code?
...SV into a variable first, then it fails again with a parse error. > > Code below. > > So, if I read the CSV into a variable, do I need an additional wrapper method? > > Seems like it should still work. > > Thanks in advance for your reply. > > -M > > String inputIris = "5.1,3.5,1.4,0.2,setosa\n" + > "4.9,3,1.4,0.2,setosa\n" + > "4.7,3.2,1.3,0.2,setosa\n" + > "4.6,3.1,1.5,0.2,setosa\n" + > "5,3.6,1.4,0.2,setosa\n" + > "5.4,3.9,1.7,0.4,setosa\n" + > "4.6,3.4,1.4,0.3,setosa";...
2017 Oct 27
0
Cannot Compute Box's M (Three Days Trying...)
...equivalent. > > The entire code snippet is below. The code fails below on the call to the boxM statistic call. > > PLEASE HELP!!! > > Thanks in advance, > > ------------------------- > > rConnection.eval("library('biotools')"); > > String inputIris = "5.1,3.5,1.4,0.2,setosa\n" + > "4.9,3,1.4,0.2,setosa\n" + > "4.7,3.2,1.3,0.2,setosa\n" + > "4.6,3.1,1.5,0.2,setosa\n" + > "5,3.6,1.4,0.2,setosa\n" + > "5.4,3.9,1.7,0.4,setosa\n" + > "4.6,3.4,1.4,0.3,setosa\n"...
2017 Oct 27
0
Cannot Compute Box's M (Three Days Trying...)
...g equivalent. > > The entire code snippet is below. The code fails below on the call to the > boxM statistic call. > > PLEASE HELP!!! > > Thanks in advance, > > ------------------------- > > rConnection.eval("library('biotools')"); > > String inputIris = "5.1,3.5,1.4,0.2,setosa\n" + > "4.9,3,1.4,0.2,setosa\n" + > "4.7,3.2,1.3,0.2,setosa\n" + > "4.6,3.1,1.5,0.2,setosa\n" + > "5,3.6,1.4,0.2,setosa\n" + > "5.4,3.9,1.7,0.4,setosa\n" + > "4.6,3.4,1.4,0.3,setosa\n"...
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...he call >>> to the boxM statistic call. >>> PLEASE HELP!!! >>> Thanks in advance, >>> ------------------------------------------------------------------------ >>> >>> rConnection.eval("library('biotools')"); >>> String inputIris = "5.1,3.5,1.4,0.2,setosa\n" + >>> "4.9,3,1.4,0.2,setosa\n" + >>> "4.7,3.2,1.3,0.2,setosa\n" + >>> "4.6,3.1,1.5,0.2,setosa\n" + >>> "5,3.6,1.4,0.2,setosa\n" + >>> "5.4,3.9,1.7,0.4,setosa\n" + &...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...on the call >> to the boxM statistic call. >> PLEASE HELP!!! >> Thanks in advance, >> ------------------------------------------------------------------------ >> >> rConnection.eval("library('biotools')"); >> String inputIris = "5.1,3.5,1.4,0.2,setosa\n" + >> "4.9,3,1.4,0.2,setosa\n" + >> "4.7,3.2,1.3,0.2,setosa\n" + >> "4.6,3.1,1.5,0.2,setosa\n" + >> "5,3.6,1.4,0.2,setosa\n" + >> "5.4,3.9,1.7,0.4,setosa\n" + &...
2017 Oct 25
2
How to create a table structure in Java code?
Hi all, Using RConsole, it's easy to get data from the database that you can use in an R Command. Like this: (Reference case) irisQuery <- dbGetQuery(conn, "select * from iris") boxM(irisQuery [,-5], irisQuery[,5]) ---- (Actual case this posting is about) Yet, if I'm getting that same (sample IRIS) data, say, in a web service possibly POSTED from a SQL command, that same
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...e code fails >>> below on the call to the boxM statistic call. PLEASE HELP!!! >>> Thanks in advance, >>> ------------------------------------------------------------------------ >>> rConnection.eval("library('biotools')"); String inputIris = >>> "5.1,3.5,1.4,0.2,setosa\n" + "4.9,3,1.4,0.2,setosa\n" + >>> "4.7,3.2,1.3,0.2,setosa\n" + "4.6,3.1,1.5,0.2,setosa\n" + >>> "5,3.6,1.4,0.2,setosa\n" + "5.4,3.9,1.7,0.4,setosa\n" + >>>...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...e code fails >> below on the call to the boxM statistic call. PLEASE HELP!!! >> Thanks in advance, >> ------------------------------------------------------------------------ >> rConnection.eval("library('biotools')"); String inputIris = >> "5.1,3.5,1.4,0.2,setosa\n" + "4.9,3,1.4,0.2,setosa\n" + >> "4.7,3.2,1.3,0.2,setosa\n" + "4.6,3.1,1.5,0.2,setosa\n" + >> "5,3.6,1.4,0.2,setosa\n" + "5.4,3.9,1.7,0.4,setosa\n" + >>...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...e code fails >> below on the call to the boxM statistic call. PLEASE HELP!!! >> Thanks in advance, >> ------------------------------------------------------------------------ >> rConnection.eval("library('biotools')"); String inputIris = >> "5.1,3.5,1.4,0.2,setosa\n" + "4.9,3,1.4,0.2,setosa\n" + >> "4.7,3.2,1.3,0.2,setosa\n" + "4.6,3.1,1.5,0.2,setosa\n" + >> "5,3.6,1.4,0.2,setosa\n" + "5.4,3.9,1.7,0.4,setosa\n" + >>...
2017 Oct 29
2
Cannot Compute Box's M (Three Days Trying...)
...is below. The code fails >>> below on the call to the boxM statistic call. PLEASE HELP!!! >>> Thanks in advance, >>> ------------------------------------------------------------------------ >>> rConnection.eval("library('biotools')"); String inputIris = >>> "5.1,3.5,1.4,0.2,setosa\n" + "4.9,3,1.4,0.2,setosa\n" + >>> "4.7,3.2,1.3,0.2,setosa\n" + "4.6,3.1,1.5,0.2,setosa\n" + >>> "5,3.6,1.4,0.2,setosa\n" + "5.4,3.9,1.7,0.4,setosa\n" + >>> "4.6,...
2017 Oct 29
0
Cannot Compute Box's M (Three Days Trying...)
...ow on >> the call to the boxM statistic call. PLEASE HELP!!! Thanks >> in advance, >> ------------------------------------------------------------------------ >> rConnection.eval("library('biotools')"); String inputIris >> = "5.1,3.5,1.4,0.2,setosa\n" + "4.9,3,1.4,0.2,setosa\n" + >> "4.7,3.2,1.3,0.2,setosa\n" + "4.6,3.1,1.5,0.2,setosa\n" + >> "5,3.6,1.4,0.2,setosa\n" + "5.4,3.9,1.7,0.4,setosa\n" + &gt...