[Rd] Tiny typo in help.Rd

2011-07-13 Thread Peter Ehlers
A recent quote by Bert Gunter from the Details section of help('help') over on R-help has this (line 82 in help.Rd): character string. There include those which cannot syntactically where the word 'There' should be 'These'. (still there in r56374) Peter Ehlers

Re: [Rd] New code in R-devel: Rao score test for glm.

2011-05-11 Thread Peter Ehlers
the curator calls it Rao score test: http://www.scholarpedia.org/article/Rao_score_test Yes, thanks, Peter, for coding this test. As to the name, my vote is for Rao. Peter Ehlers -- Brett Presnell Department of Statistics University of Florida http://www.stat.ufl.edu/~presnell/ We don't think

Re: [Rd] possible minor doc clarification?

2011-04-25 Thread Peter Ehlers
'not being a directory'. The code (for the '-f' op) actually tests !isdir and so the current wording reflects the code. Peter Ehlers Kind regards, Sean O'Riordain - Index: src/library/utils/man/filetest.Rd === --- src/library

Re: [Rd] plotmath indices: suggested addition to help file

2011-01-21 Thread Peter Ehlers
the Syntax/Meaning table quite frequently. Peter Ehlers Martin CB Claudia __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-project.org mailing list https

Re: [Rd] postscript failure manifests in plot.TukeyHSD

2010-12-14 Thread Peter Ehlers
... That may not do it. I find the same problem (fixed by Jari's replacement of [ 0.00 0.00] with [ 3.00 5.00]; haven't tried anything else yet) when I use pdf() instead of postscript(). This is on Vista. Peter Ehlers __ R-devel@r-project.org mailing list

Re: [Rd] Assignment of individual values to data frame columns: intentional or unintentional behavior?

2010-09-02 Thread Peter Ehlers
with data frames. Try this: sw - swiss[1:5, 1:4] sw[[Fert]] sw[[Fert]] - 10 and my preferred version: sw[, Fert] sw[, Fert] - 10 I've never liked partial matching for data frames. -Peter Ehlers __ R-devel@r-project.org mailing list https

Re: [Rd] Looks like a bug in subsetting of a complicated object

2010-09-01 Thread Peter Ehlers
) y- sample(seq(0, 100, by=1), 101, replace=TRUE) coo- cbind(x=x, y=y) coo- unique(coo) sim1.obs- sim1[coo] dim(coo) length(sim1.obs) One of the values in coo is zero. -Peter Ehlers sessionInfo() R version 2.11.1 (2010-05-31) i686-pc-linux-gnu locale: [1] LC_CTYPE=en_US.utf8

Re: [Rd] read.table / type.convert with NA values

2010-06-29 Thread Peter Ehlers
Is there a compelling reason to have strip.white default to FALSE? It seems to me that it would be more common to want the TRUE case. Having said that, I must confess that I've never had the problem Erik describes. -Peter Ehlers On 2010-06-29 17:14, Matt Shotwell wrote: The document RFC 4180

Re: [Rd] Location of source code for readline()

2010-05-30 Thread Peter Ehlers
to be Windows. I haven't a Mac to try, but Linux can be made to function by various methods at the top. Sigh. JN I can't help with your project, but check scan.c for do_readln. -Peter Ehlers __ R-devel@r-project.org mailing list https

Re: [Rd] Deferred Default Marker

2010-04-23 Thread Peter Ehlers
? -Peter Ehlers sessionInfo() R version 2.10.1 Patched (2010-01-05 r50896) i386-pc-mingw32 locale: [1] LC_COLLATE=English_Canada.1252 LC_CTYPE=English_Canada.1252 [3] LC_MONETARY=English_Canada.1252 LC_NUMERIC=C [5] LC_TIME=English_Canada.1252 attached base packages: [1] splines stats

[Rd] packages with DLLs under 2.12.0

2010-04-02 Thread Peter Ehlers
-- Peter Ehlers University of Calgary __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Minor typo in ?.Primitive

2010-04-01 Thread Peter Ehlers
The help page for .Primitive has this line: ## start quote This function is almost never used: get(name, envir=basenv()) works equally well and ## end quote basenv() should be baseenv(). Checked for r51392 and r51520. -Peter Ehlers __ R

Re: [Rd] Unexpected behaviour of x[i] when i is a matrix, on Windows

2010-02-12 Thread Peter Ehlers
You're comparing 2.10.0 on Windows with 2.11.0 on Linux. Have you tried 2.11.0 on Windows? = same result as on Linux. -Peter Ehlers Wolfgang Huber wrote: Hi, when running the following on different instances of R (Linux and Windows), I get different results. The one for Linux seems

Re: [Rd] aggregate: with 2 by variables in the result the 2nd by-variable is wrong (PR#14213)

2010-02-12 Thread Peter Ehlers
this is 2.10.1 nor in 2.11.0 (Windows Vista). I can't think of how you might have got your result. Is there something you haven't mentioned? What's your sessionInfo()? -- Peter Ehlers University of Calgary __ R-devel@r-project.org mailing list https://stat.ethz.ch

Re: [Rd] loess() crashes R on my system

2010-01-02 Thread Peter Ehlers
Dennis, I have no problems with this on my DELL laptop (still running Vista) with R version 2.10.1 Patched (2009-12-21 r50796). -Peter Ehlers Dennis Murphy wrote: Greetings and happy new year! I am in the process of converting some of the old S-PLUS scripts from Visualizing Data (Cleveland

Re: [Rd] bug in princomp example (PR#14167)

2009-12-24 Thread Peter Ehlers
(and not attached): [1] tools_2.10.1 -Peter Ehlers Seth Roberts -- Peter Ehlers University of Calgary 403.202.3921 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] `mgp[1:3]' are of differing sign (PR#14130)

2009-12-12 Thread Peter Ehlers
. Warnings are good things but if you don't want to see them, they can be suppressed. Certainly not a bug. -Peter Ehlers __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Ehlers University of Calgary 403.202.3921

Re: [Rd] Request: bring back windows chm help support (PR#14034)

2009-11-01 Thread Peter Ehlers
poll have been conducted to gauge the support of this format by window's users? First, I don't think that complaints are bugs. Secondly, why not give the new format a chance. Personally, I like it. Thanks, Duncan. -Peter Ehlers I don't think it's going to come back, because nobody who

Re: [Rd] Request: bring back windows chm help support (PR#14034)

2009-11-01 Thread Peter Ehlers
alexios wrote: Peter Ehlers wrote: Duncan Murdoch wrote: On 31/10/2009 6:05 PM, alex...@4dscape.com wrote: Full_Name: alex galanos Version: 2.10.0 OS: windows vista Submission from: (NULL) (86.11.78.110) I respectfully request that the chm help support for windows, which was very

Re: [Rd] Request: bring back windows chm help support (PR#14034)

2009-11-01 Thread Peter Ehlers
for help? Gabor, am I right in assuming that the speed problem is for the first time you use help? I start Firefox whenever I start R. I don't see much of a speed hit after that. -Peter Ehlers __ R-devel@r-project.org mailing list https://stat.ethz.ch

Re: [Rd] names drop for columns from data.frame (PR#14002)

2009-10-24 Thread Peter Ehlers
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Ehlers University of Calgary __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] lattice's mai/mar analog

2009-10-02 Thread Peter Ehlers
and the axis, etc. The paddings are ordered from extreme left to extreme right. Ditto for top to bottom. See ?trellis.par.set for how to set up the options. -Peter Ehlers [[alternative HTML version deleted

Re: [Rd] Numerical error in R (win32) (PR#8909)

2006-05-29 Thread Peter Ehlers
Did you check the Details section of the help page for round()? Peter Ehlers [EMAIL PROTECTED] wrote: Hi I had observed the following problem in R (also C, Matlab, and Python). sprintf('%1.2g\n', 3.15) give 3.1 instead of 3.2 whereas an input of 3.75 gives 3.8. Java's System.out.printf

Re: [Rd] bug in rbind.data.frame with factors (PR#8868)

2006-05-16 Thread Peter Ehlers
How is this a bug? From the help page for cbind/rbind: Description Take a sequence of vector, matrix or data frames arguments and combine by _columns_ or _rows_, respectively. (emphasis added) Note that it does _not_ say combine by variable names. Peter Ehlers [EMAIL PROTECTED] wrote

Re: [Rd] (PR#8777) strsplit does [not] return correct value when spliting

2006-04-17 Thread Peter Ehlers
Charles, Can't you achieve your goal by unlist()ing 'substrings'? max(nchar(unlist(substrings))) Peter Ehlers Charles Dupont wrote: Now using R 2.3.0. I have a string that can be . I want to find the max screen width of the all the lines in the string. so I run the command x

[Rd] R-2.3.0alpha-win32: Rgui and MDI/SDI

2006-04-07 Thread Peter Ehlers
I find that Rgui defaults to SDI if I specify MDI = yes toolbar = no in Rconsole. Hope I didn't miss something in NEWS/CHANGES. R.version.string [1] Version 2.3.0 alpha (2006-04-05 r37653) Win XP Peter Ehlers __ R-devel@r-project.org mailing

[Rd] wishlist: 'formula' method for stripchart()

2006-04-05 Thread Peter Ehlers
Folks, I would find it useful to have a formula method for stripchart() with 'data' and 'subset' arguments, similar to boxplot.formula() whose code can probably be adapted fairly easily. Comments? Peter Ehlers (Win XP) __ R-devel@r-project.org