Re: [Rd] meaning of "trim" in mean()

2007-10-28 Thread Patrick Burns
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

Re: [Rd] R-devel Digest, Vol 56, Issue 27

2007-10-28 Thread 王虎
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

Re: [Rd] Using SJava? (was R-devel Digest, Vol 56, Issue 27)

2007-10-28 Thread Prof Brian Ripley
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

Re: [Rd] meaning of "trim" in mean()

2007-10-28 Thread Peter Dalgaard
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

Re: [Rd] meaning of "trim" in mean()

2007-10-28 Thread Duncan Murdoch
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