search for: rexpstring

Displaying 12 results from an estimated 12 matches for "rexpstring".

2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...XPDouble at 571} "org.rosuda.REngine.REXPDouble at 34340fab[150]? ? 2 = {org.rosuda.REngine.REXPDouble at 572} "org.rosuda.REngine.REXPDouble at 2aafb23c[150]" ? 3 = {org.rosuda.REngine.REXPDouble at 573} "org.rosuda.REngine.REXPDouble at 2b80d80f[150]? ? 4 = {org.rosuda.REngine.REXPString at 574} "org.rosuda.REngine.REXPString at 3ab39c39[150]? Does this help? Please let me know what else I can try. Thanks, Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. > -------- Original Message -------- > Subject: Re: [Rd] Cannot Compute Box's M (...
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...PDouble at 34340fab[150]? >> ? 2 = {org.rosuda.REngine.REXPDouble at 572} >> "org.rosuda.REngine.REXPDouble at 2aafb23c[150]" >> ? 3 = {org.rosuda.REngine.REXPDouble at 573} >> "org.rosuda.REngine.REXPDouble at 2b80d80f[150]? >> ? 4 = {org.rosuda.REngine.REXPString at 574} >> "org.rosuda.REngine.REXPString at 3ab39c39[150]? >> Does this help? >> Please let me know what else I can try. >> Thanks, >> Sent from ProtonMail https://protonmail.com, Swiss-based encrypted email. >> >>> -------- Original Message ------...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...rg.rosuda.REngine.*REXPDouble*@34340fab[150]? > ? 2 = {org.rosuda.REngine.REXPDouble at 572} > "org.rosuda.REngine.*REXPDouble*@2aafb23c[150]" > ? 3 = {org.rosuda.REngine.REXPDouble at 573} > "org.rosuda.REngine.*REXPDouble*@2b80d80f[150]? > ? 4 = {org.rosuda.REngine.REXPString at 574} > "org.rosuda.REngine.*REXPString*@3ab39c39[150]? > > Does this help? > > Please let me know what else I can try. > > Thanks, > > > Sent from ProtonMail <https://protonmail.com>, Swiss-based encrypted email. > > >> -------- Origin...
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...((REXPVector) ((RList) tableRead).get(4)).asStrings(); >> // create data frame with data.REXP myDf = REXP.createDataFrame(new RList( >> new REXP[] >> { >> new REXPDouble(d1), >> new REXPDouble(d2), >> new REXPDouble(d3), >> new REXPDouble(d4), >> new REXPString(d5) >> })); >> // assign the data to a variable as was suggested.rConnection.assign("boxMVariable", myDf); >> // create a string command with that variable name.String boxVariable = "boxM(boxMVariable [,-5], boxMVariable[,5]"; >> // try to execute the com...
2017 Oct 27
4
Cannot Compute Box's M (Three Days Trying...)
...= ((REXPVector) ((RList) tableRead).get(3)).asDoubles(); String[] d5 = ((REXPVector) ((RList) tableRead).get(4)).asStrings(); // create data frame with data.REXP myDf = REXP.createDataFrame(new RList( new REXP[] { new REXPDouble(d1), new REXPDouble(d2), new REXPDouble(d3), new REXPDouble(d4), new REXPString(d5) })); // assign the data to a variable as was suggested.rConnection.assign("boxMVariable", myDf); // create a string command with that variable name.String boxVariable = "boxM(boxMVariable [,-5], boxMVariable[,5]"; // try to execute the command... // FAILS with org.rosuda....
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...b[150]? >> ? 2 = {org.rosuda.REngine.REXPDouble at 572} >> "org.rosuda.REngine./REXPDouble/@2aafb23c[150]" >> ? 3 = {org.rosuda.REngine.REXPDouble at 573} >> "org.rosuda.REngine./REXPDouble/@2b80d80f[150]? >> ? 4 = {org.rosuda.REngine.REXPString at 574} >> "org.rosuda.REngine./REXPString/@3ab39c39[150]? >> Does this help? >> Please let me know what else I can try. >> Thanks, >> Sent from ProtonMail https://protonmail.com, Swiss-based encrypted >> email. >> >>...
2017 Oct 29
2
Cannot Compute Box's M (Three Days Trying...)
...b[150]? >>> ? 2 = {org.rosuda.REngine.REXPDouble at 572} >>> "org.rosuda.REngine./REXPDouble/@2aafb23c[150]" >>> ? 3 = {org.rosuda.REngine.REXPDouble at 573} >>> "org.rosuda.REngine./REXPDouble/@2b80d80f[150]? >>> ? 4 = {org.rosuda.REngine.REXPString at 574} >>> "org.rosuda.REngine./REXPString/@3ab39c39[150]? >>> Does this help? >>> Please let me know what else I can try. >>> Thanks, >>> Sent from ProtonMail https://protonmail.com, Swiss-based encrypted >>> email. >>> >>&...
2017 Oct 29
0
Cannot Compute Box's M (Three Days Trying...)
...rosuda.REngine.REXPDouble at 572} >> "org.rosuda.REngine./REXPDouble/@2aafb23c[150]" >> ? 3 = {org.rosuda.REngine.REXPDouble at 573} >> "org.rosuda.REngine./REXPDouble/@2b80d80f[150]? >> ? 4 = {org.rosuda.REngine.REXPString at 574} >> "org.rosuda.REngine./REXPString/@3ab39c39[150]? >> Does this help? >> Please let me know what else I can try. >> Thanks, >> Sent from ProtonMail https://protonmail.com, Swiss-based >>...
2017 Oct 27
0
Cannot Compute Box's M (Three Days Trying...)
...bles(); > String[] d5 = ((REXPVector) ((RList) tableRead).get(4)).asStrings(); > > // create data frame with data.REXP myDf = REXP.createDataFrame(new RList( > new REXP[] > { > new REXPDouble(d1), > new REXPDouble(d2), > new REXPDouble(d3), > new REXPDouble(d4), > new REXPString(d5) > })); > > // assign the data to a variable as was suggested.rConnection.assign("boxMVariable", myDf); > > // create a string command with that variable name.String boxVariable = "boxM(boxMVariable [,-5], boxMVariable[,5]"; > > // try to execute the c...
2017 Oct 27
0
Cannot Compute Box's M (Three Days Trying...)
...ubles(); > String[] d5 = ((REXPVector) ((RList) tableRead).get(4)).asStrings(); > > // create data frame with data.REXP myDf = REXP.createDataFrame(new RList( > new REXP[] > { > new REXPDouble(d1), > new REXPDouble(d2), > new REXPDouble(d3), > new REXPDouble(d4), > new REXPString(d5) > })); > > // assign the data to a variable as was suggested.rConnection.assign("boxMVariable", > myDf); > > // create a string command with that variable name.String boxVariable = > "boxM(boxMVariable [,-5], boxMVariable[,5]"; > > // try to execut...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...Strings(); >> // create data frame with data.REXP myDf = >> REXP.createDataFrame(new RList( >> new REXP[] >> { >> new REXPDouble(d1), >> new REXPDouble(d2), >> new REXPDouble(d3), >> new REXPDouble(d4), >> new REXPString(d5) >> })); >> // assign the data to a variable as was >> suggested.rConnection.assign("boxMVariable", myDf); >> // create a string command with that variable name.String >> boxVariable = "boxM(boxMVariable [,-5], boxMVariable[,5]&quo...
2017 Oct 26
1
How to create a table structure in Java code?
Thanks! I just figured it out (thanks to "Beyond Compare") and was coming here to post back. The boxM test doesn't work with that (now, finally working) REXP structure, but I probably now need to create a table or something and parse that structure. So much fun! :) Thanks again. - M Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. > --------