[Rd] Adjusted p-values with TukeyHSD (patch)

2005-07-15 Thread Fernando Henrique Ferraz P. da Rosa
Dear R-developeRs, Attached follows a patch against svn 34959 that adds the printing of p-values to the TukeyHSD.aov function in stats package. I also updated the corresponding documentation file and added a 'see also' reference to the simint function of the multcomp package.

[Rd] R v2.1.0 patched (2005-05-09) for Windows?

2005-07-15 Thread Henrik Bengtsson
I'm trying to troubleshoot a case where R crashes on Windows. It does not occur at all with my R v2.1.0 patched (2005-05-09), but happens on R v2.1.1 (patched or non-patched) in many different cases. The R v2.2.0dev (2005-07-15) also got this problem (although it won't crash on the below

Re: [Rd] R v2.1.0 patched (2005-05-09) for Windows?

2005-07-15 Thread Martin Maechler
HenrikB == Henrik Bengtsson [EMAIL PROTECTED] on Fri, 15 Jul 2005 10:01:05 +0200 writes: HenrikB I'm trying to troubleshoot a case where R crashes on Windows. It does HenrikB not occur at all with my R v2.1.0 patched (2005-05-09), but happens on R HenrikB v2.1.1 (patched or

Re: [Rd] Computer algebra in R - would that be an idea??

2005-07-15 Thread Gabor Grothendieck
On 7/15/05, Rob J Goedman [EMAIL PROTECTED] wrote: I wonder how difficult it would be to translate expressions back and forth from R to yacas in either R or C++. And maybe strip 'In' and 'Out' like parts. Not sure how generally this works but see my prior post:

Re: [Rd] R v2.1.0 patched (2005-05-09) for Windows?

2005-07-15 Thread Duncan Murdoch
On 7/15/2005 4:01 AM, Henrik Bengtsson wrote: I'm trying to troubleshoot a case where R crashes on Windows. It does not occur at all with my R v2.1.0 patched (2005-05-09), but happens on R v2.1.1 (patched or non-patched) in many different cases. The R v2.2.0dev (2005-07-15) also got this

Re: [Rd] Computer algebra in R - would that be an idea??

2005-07-15 Thread Martin Maechler
bry == bry [EMAIL PROTECTED] on Fri, 15 Jul 2005 14:16:46 +0200 writes: bry About a year ago there was a discussion about interfacing R with J on the J bry forum, the best method seemed to be that outlined in this vector article bry

[Rd] help.search of precedence is empty

2005-07-15 Thread Patrick Burns
Doing help.search('precedence') comes up empty. A fix would be to have the title: Operator Syntax and Precedence instead of Operator Syntax Patrick Burns [EMAIL PROTECTED] +44 (0)20 8525 0696 http://www.burns-stat.com (home of S Poetry and A Guide for the Unwilling S User)

Re: [Rd] help.search of precedence is empty

2005-07-15 Thread Martin Maechler
PatBurns == Patrick Burns [EMAIL PROTECTED] on Fri, 15 Jul 2005 14:58:14 +0100 writes: PatBurns Doing PatBurns help.search('precedence') PatBurns comes up empty. A fix would be to have the title: PatBurns Operator Syntax and Precedence PatBurns instead of

Re: [Rd] [R] Passing character strings from C code to R

2005-07-15 Thread Prof Brian Ripley
Reading the posting guide would have shown you that R-help was quite inappropriate, so I have moved this to R-devel. allocString does not allocate a character vector, which is what you want to set as an attribute (not a 'string', whatever that is). (It creates a CHARSXP, a type that should