If the sentence in question were amended to:
Values of trim outside that range ...
then I think it would rule out the misinterpretation of
the sentence.
Pat
Prof Brian Ripley wrote:
>There is only one _range_ mentioned, (0, 0.5). I don't see how you can
>construe 'that range' to be a refere
Dear R expert:
I have the problems with calling R from Java on Windows
XP_SP2/Eclipse3.1/JDK1.5
problems:
Loading RInterpreter library
Exception in thread "main" java.lang.UnsatisfiedLinkError: no RInterpreter
in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at ja
The error is:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no SJava in
java.library.path
so this is most likely an error in the package you are using (SJava?), not
in R.
Please do read and follow the R posting guide at
http://www.r-project.org/posting-guide.html (including us
Patrick Burns wrote:
> If the sentence in question were amended to:
>
> Values of trim outside that range ...
>
> then I think it would rule out the misinterpretation of
> the sentence.
Yup. And I maintain that although the wording may not be technically
ambiguous, the whole operation is about r
On 28/10/2007 4:43 AM, Patrick Burns wrote:
> If the sentence in question were amended to:
>
> Values of trim outside that range ...
>
> then I think it would rule out the misinterpretation of
> the sentence.
Good suggestion. I've changed it.
Duncan Murdoch
>
> Pat
>
>
> Prof Brian Ripley