Displaying 11 results from an estimated 11 matches for "boxvari".
Did you mean:
boxcar
2017 Oct 27
4
Cannot Compute Box's M (Three Days Trying...)
...DataFrame(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.REngine.Rserve.RserveException: eval failed, request status: R parser: input incomplete>>>> FAILS ! >>>> REXP theBoxMResult = rConnection.eval(boxVariable...
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...t sure what you mean. Could you please be more specific?
If I print the string, I get: boxM(boxMVariable[, -5], boxMVariable[, 5])
From this code:
.
.
.
// assign the data to a variable.rConnection.assign("boxMVariable", myDf);
// create a string command with that variable name.String boxVariable = "boxM(boxMVariable[, -5], boxMVariable[, 5])";
System.out.println(boxVariable); // print the string? Not sure what is meant.
Sorry if I didn't understand your suggestion.
Look forward to hearing back from you.
Thanks,
Sent from [ProtonMail](https://protonmail.com), Swiss-b...
2017 Oct 27
0
Cannot Compute Box's M (Three Days Trying...)
Does it work if you supply the closing parenthesis on the call to boxM?
The parser says the input is incomplete and a missing closing parenthesis
would cause that error..
// create a string command with that variable name.String boxVariable =
"boxM(boxMVariable [,-5], boxMVariable[,5]";
// try to execute the command...
// FAILS with org.rosuda.REngine.Rserve.RserveException: eval failed,
request status: R parser: input incomplete>>>> FAILS ! >>>> REXP
theBoxMResult = rConnection.eval(boxVariable...
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...or
> character column.
>
> Duncan Murdoch
>
>> From this code:
>> .
>> .
>> .
>> /// assign the data to a variable.
>> /rConnection.assign("boxMVariable", myDf);
>> /// create a string command with that variable name.
>> /String boxVariable = "boxM(boxMVariable[, -5], boxMVariable[, 5])";
>> System./out/.println(boxVariable); // print the string? Not sure
>> what is meant.
>> Sorry if I didn't understand your suggestion.
>> Look forward to hearing back from you.
>> Thanks,
>> Sent...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...ing 4 numeric columns and one factor or
character column.
Duncan Murdoch
>
> From this code:
> .
> .
> .
> /// assign the data to a variable.
> /rConnection.assign("boxMVariable", myDf);
>
> /// create a string command with that variable name.
> /String boxVariable = "boxM(boxMVariable[, -5], boxMVariable[, 5])";
>
> *System*./out/.*println*(*boxVariable*);? // print the string? Not sure
> what is meant.
>
> Sorry if I didn't understand your suggestion.
>
> Look forward to hearing back from you.
>
> Thanks,
&g...
2017 Oct 28
2
Cannot Compute Box's M (Three Days Trying...)
...can Murdoch
>>>
>>> From this code:
>>> .
>>> .
>>> .
>>> /// assign the data to a variable.
>>> /rConnection.assign("boxMVariable", myDf);
>>> /// create a string command with that variable name.
>>> /String boxVariable = "boxM(boxMVariable[, -5], boxMVariable[, 5])";
>>> /System/./out/./println/(/boxVariable/); // print the string? Not
>>> sure
>>> what is meant.
>>> Sorry if I didn't understand your suggestion.
>>> Look forward to hearing back from...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...Duncan Murdoch
>>
>> From this code:
>> .
>> .
>> .
>> /// assign the data to a variable.
>> /rConnection.assign("boxMVariable", myDf);
>> /// create a string command with that variable name.
>> /String boxVariable = "boxM(boxMVariable[, -5], boxMVariable[, 5])";
>> /System/./out/./println/(/boxVariable/);? // print the string? Not
>> sure
>> what is meant.
>> Sorry if I didn't understand your suggestion.
>> Look forward to hearing back from...
2017 Oct 28
0
Cannot Compute Box's M (Three Days Trying...)
...>> character column.
>> Duncan Murdoch
>>
>> |From this code: . . . /// assign the data to a variable.
>> /rConnection.assign("boxMVariable", myDf); /// create a string
>> command with that variable name. /String boxVariable =
>> "boxM(boxMVariable[, -5], boxMVariable[, 5])";
>> /System/./out/./println/(/boxVariable/);? // print the string?
>> Not sure what is meant. Sorry if I didn't understand your
>> suggestion. Look forward to hearing back fr...
2017 Oct 29
2
Cannot Compute Box's M (Three Days Trying...)
...e factor or
>>> character column.
>>> Duncan Murdoch
>>>
>>> |From this code: . . . /// assign the data to a variable.
>>> /rConnection.assign("boxMVariable", myDf); /// create a string
>>> command with that variable name. /String boxVariable =
>>> "boxM(boxMVariable[, -5], boxMVariable[, 5])";
>>> /System/./out/./println/(/boxVariable/); // print the string?
>>> Not sure what is meant. Sorry if I didn't understand your
>>> suggestion. Look forward to hearing back from you. Than...
2017 Oct 27
0
Cannot Compute Box's M (Three Days Trying...)
...ble(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.REngine.Rserve.RserveException: eval failed, request status: R parser: input incomplete>>>> FAILS ! >>>> REXP theBoxMResult = rConnection.e...
2017 Oct 29
0
Cannot Compute Box's M (Three Days Trying...)
...factor or character column. Duncan Murdoch |From this
>> code: . . . /// assign the data to a variable.
>> /rConnection.assign("boxMVariable", myDf); /// create a
>> string command with that variable name. /String
>> boxVariable = "boxM(boxMVariable[, -5], boxMVariable[,
>> 5])"; /System/./out/./println/(/boxVariable/);? // print
>> the string? Not sure what is meant. Sorry if I didn't
>> understand your suggestion. Look forward to hearing back
>>...