search for: gregory_r_warnes

Displaying 20 results from an estimated 135 matches for "gregory_r_warnes".

2003 May 22
4
grep, gsub, sub have problems with NA values (PR#3078)
In a string context, grep, gsub, sub are improperly treating NA (missing) as the string "NA", and returning unexpected results > grep("A", c(NA,"NA")) [1] 1 2 # expected: # [1] 2 > gsub("A", "X", c(NA,"NA")) [1] "NX" "NX" # expected # [1] NA "NX" > sub("A", "X",
2002 Jan 25
3
make check fails when R_HOME env var set (PR#1284)
When the R_HOME environment variable is set, R issues a warning messages when it starts up. When doing 'make check' this causes the check for eval-etc.R to fail: [...] make[3]: Leaving directory `/Volumes/app/R/src/R-1.4.0_patched_2002-01-24/tests' running strict specific tests make[3]: Entering directory `/Volumes/app/R/src/R-1.4.0_patched_2002-01-24/tests' running code in
2003 Dec 09
3
latex problem with \preformatted (PR#5645)
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C3BE9C.3FB5BC1A Content-Type: text/plain; charset="iso-8859-1" There is a small bug in the implementation of \preformatted in R 1.8.0: The closing "\end{verbatim}" needs to be followed by a newline, since my latex
2002 Oct 31
1
Re: gregmisc version 0.7.3 now available
Dear Greg, Thanks for the new release. The decomposition of the SSQ is just what I need! Regards, Martin. Martin Hoyle, School of Life and Environmental Sciences, University of Nottingham, University Park, Nottingham, NG7 2RD, UK Webpage: http://myprofile.cos.com/martinhoyle >>> gregory_r_warnes at groton.pfizer.com 10/30/02 07:16PM >>> Version 0.7.3 of the gregmisc package is now available on CRAN. A compiled windows package has also been sent to Brian Ripley for inclusion in the windows package directory. This version of gregmisc fixes a number of bugs and introduces several...
2004 Apr 19
0
New package: mcgibbsit, an MCMC run length diagnostic
Package: mcgibbsit Title: Warnes and Raftery's MCGibbsit MCMC diagnostic Version: 1.0 Author: Gregory R. Warnes <gregory_r_warnes at groton.pfizer.com> Description: mcgibbsit provides an implementation of Warnes & Raftery's MCGibbsit run-length diagnostic for a set of (not-necessarily independent) MCMC sampers. It combines the estimate error-bounding approach of Raftery and Lewis with evaulate between ver...
2004 Apr 19
0
New package: mcgibbsit, an MCMC run length diagnostic
Package: mcgibbsit Title: Warnes and Raftery's MCGibbsit MCMC diagnostic Version: 1.0 Author: Gregory R. Warnes <gregory_r_warnes at groton.pfizer.com> Description: mcgibbsit provides an implementation of Warnes & Raftery's MCGibbsit run-length diagnostic for a set of (not-necessarily independent) MCMC sampers. It combines the estimate error-bounding approach of Raftery and Lewis with evaulate between ver...
2004 Feb 16
1
xls2csv.pl: Script to translate Excel files into CSV
...available below or from the author's CPAN <http://search.cpan.org/author/KWITKNR/> site. Where to get it ---------------- http://www.analytics.washington.edu/Zope/projects/xls2csv.pl Contacting the Author --------------------- The xls2csv.pl script is maintained by Gregory R. Warnes gregory_r_warnes at groton.pfizer.com <mailto:gregory_r_warnes at groton.pfizer.com>. Questions, comments, patches, etc. are welcome. -Greg Gregory R. Warnes Manager, Non-Clinical Statistics Pfizer Global Research and Development Tel: 860-715-3536 LEGAL NOTICE\ Unless expressly stated otherwise, this me...
2003 Sep 10
3
Off Topic: Good reference for sample size calculations
Hi All, This is off topic, but we're drawing a blank here.. > In a presentation I'll be giving next week, I want to include a reference > to a good general text on computing sample sizes for standard experiments. > Can anyone recommend a good book to use for this purpose? > > Thanks, > > -Greg LEGAL NOTICE\ Unless expressly stated otherwise, this
2002 Feb 20
1
Bug in "[<-.matrix"? (Was: Feature Request: "matrix[1:10,1:10, block=F] <- 1:10")
..."" "" "" "1" "2" "3" "1" "2" "3" This looks like a bug... -Greg > -----Original Message----- > From: David Brahm [mailto:brahm@alum.mit.edu] > Sent: Wednesday, February 20, 2002 5:21 PM > To: gregory_r_warnes@groton.pfizer.com > Cc: r-devel@hypatia.math.ethz.ch > Subject: [Rd] Feature Request: "matrix[1:10,1:10, block=F] <- 1:10" > > > Gregory R Warnes <gregory_r_warnes@groton.pfizer.com> wrote: > R> m <- matrix("", nrow=3,ncol=3) > R> index...
2004 Oct 14
2
Problem with R version 2.0.0 (and patched)
What I am doing : create a simple correlation matrix on 41 variables, then plot an heatmap with this program : library(gplots) mat<-cor(temp.alln,use="pairwise.complete.obs") hm<-heatmap.2(mat,symm=T) HM<-format(round(mat[hm[[1]],hm[[2]]],2)) library(RColorBrewer) brewer.pal(10,"Spectral")->mp heatmap.2(mat, symm = TRUE, col = mp,
2001 Nov 14
3
rpart:plotcp doesn't allow ylim argument (PR#1171)
Full_Name: Gregory R. Warnes Version: R 1.3.1 OS: Solaris 2.8 Submission from: (NULL) (192.77.198.200) rpart library version 3.1-2 Error message: > plotcp(fit.thirds.1,ylim=c(0.7,1.5)); Error in plot.default(ns, xerror, axes = FALSE, xlab = "cp", ylab = "X-val Relative Error", : formal argument "ylim" matched by multiple actual arguments > This can be
2002 Apr 10
5
Funny characters in x11 window title (PR#1451)
In R-1.5.0pre (2002-04-08) on Solaris 2.6, the window that X11() creates has a title like: R Graphics: Device 2 (ACTIVE) o iyeP )( y except the funny characters at the end have umlauts and other accents (i.e. extended ASCII characters), and they may be different each time X11() is invoked. There is no loss of functionality; it just looks a little ugly. I saw this behavior in R-1.3.?, it
2002 Feb 07
2
FW: layout and piechart diameter problem (PR#1300)
Third try... > -----Original Message----- > From: Warnes, Gregory R > Sent: Tuesday, February 05, 2002 4:12 PM > To: 'R-bugs' > Subject: layout and piechart diameter problem > > > I've been using layout to create some graphics pages which include pie > charts. (NB: No piechart arguments please, the main chart on the page is > a proper bar chart
2004 Jan 20
2
ChangeLog for R packages {was "Wish list"}
I've been using a cvs2cl.pl (http://www.red-bean.com/cvs2cl), a nice little perl script to auto-generate GNU-style changelogs from CVS log information. This site also has a proposed XML format for changelogs, and cvs2cl can optionally produce this instead. Finally, they have an XSLT sylesheet that will convert the XML changlong format into an HTML/XHTML page. How about we borrow this tool
2001 May 23
3
RE^2: New generic functions in "R base" {was `truncate'}
> From: Martin Maechler [mailto:maechler@stat.math.ethz.ch] > Sent: Friday, May 18, 2001 11:30 AM > To: gregory_r_warnes@groton.pfizer.com > Subject: RE^2: [Rd] New generic functions in "R base" {was `truncate'} > [...] > Apropos ci() : > > There's the very generally useful confint() function in MASS. > Since MASS will become one of the recommended packages `real soon now'...
2002 Sep 23
3
New version of gregmisc package
Version 0.6.0 of the gregmisc package has just been released on CRAN. Description: =========== Package: gregmisc Description: Misc Functions written/maintained by Gregory R. Warnes Title: Greg's Miscellaneous Functions Version: 0.6.0 Date: 2002/09/23 Maintainer: Gregory R. Warnes <Gregory_R_Warnes at groton.pfizer.com> Author: Gregory R. Warnes. Includes code provided by Ben Bolker, Bendix Carstensen, Don MacQueen, William Venables, and Marc Schwartz License: GPL (version 2 or later) Index: CrossTable Cross Tabulation with Tests for Factor...
2002 Sep 23
3
New version of gregmisc package
Version 0.6.0 of the gregmisc package has just been released on CRAN. Description: =========== Package: gregmisc Description: Misc Functions written/maintained by Gregory R. Warnes Title: Greg's Miscellaneous Functions Version: 0.6.0 Date: 2002/09/23 Maintainer: Gregory R. Warnes <Gregory_R_Warnes at groton.pfizer.com> Author: Gregory R. Warnes. Includes code provided by Ben Bolker, Bendix Carstensen, Don MacQueen, William Venables, and Marc Schwartz License: GPL (version 2 or later) Index: CrossTable Cross Tabulation with Tests for Factor...
2002 Aug 21
1
Bug list summary (automatic post)
...e.edu> Date: Sun, 9 Dec 2001 21:46:32 -0500 (EST) * PR# 1235 * Subject: Axes labelling with logarithmic scales From: tobias.hoevekamp@ilw.agrl.ethz.ch Date: Thu, 3 Jan 2002 15:29:02 +0100 (MET) * PR# 1300 * Subject: FW: layout and piechart diameter problem From: "Warnes, Gregory R" <gregory_r_warnes@groton.pfizer.com> Date: Thu, 7 Feb 2002 11:05:15 -0500 * PR# 1305 * Subject: interaction.plot (with misplaced legend) From: Uwe Ligges <ligges@statistik.uni-dortmund.de> Date: Fri, 08 Feb 2002 14:27:01 +0100 * PR# 1395 * Subject: mgp parameter in par() From: mh.smith@niwa.cri.nz Date: Tu...
2004 Jan 16
0
FW: Announce: RPy version 0.3.3
...pairs for the parameters. This is works around the python > (mis-)feature of using unordered python dictionaries for named > parameters, resulting in the loss of order for named parameters. > > o All reported bugs have been fixed. > > o New maintainer: Gregory R. Warnes <gregory_r_warnes at groton.pfizer.com> > > > For more information visit the RPy home page at http://rpy.sf.net, or the > RPy SourceForge project page at http://www.sf.net/projects/rpy. LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}} ____________________________________...
2001 Sep 15
1
Tk version of data.entry?
Has anyone taken the time to put together a Tk version of the data.entry() function? -Greg LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or