Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

11 results for “from:Patricia J. Hawkins”

appeal --- add sd to summary for univariates
Patricia J. Hawkins · Feb 11, 2006 · r-help

>>>>> "iw" == ivo welch <ivowel at gmail.com> writes: iw> just a short beg for the next R 2.3 version: iw> I know it is easy to add the sd into summary() in the source bowels of iw> R---but...

Glossay of available R functions
Patricia J. Hawkins · Jan 30, 2006 · r-help

>>>>> "ASA" == Alexandre Santos Aguiar <asaguiar at spsconsultoria.com> writes: ASA> I am new to R and read this list to learn. It is amazing how ASA> frequently new functions pop in messages. Useful and timesaving ASA> functions like subset (above...

Turning on helpful errors in interpreter? was Re: problem with simple if() statement
Patricia J. Hawkins · Feb 11, 2006 · r-help

Evidently, my R has some feature of error messages disabled. >>>>> "NG" == Norman Goodacre <taranpen at yahoo.co.uk> writes: NG> the following code apprantely, for some grand old reason, induces a syntax error: NG> if (seq[i] = "A") m <- trans...

Glossay of available R functions
Patricia J. Hawkins · Feb 5, 2006 · r-help

>>>>> "MHHS" == Martin Henry H Stevens <stevenmh at muohio.edu> writes: MHHS> Start R help, and select the Search Engine & Keywords link. This MHHS> will take you to a page where keywords (including functions) are MHHS> arranged by topic. It includes...

srt --- slope text with function?
Patricia J. Hawkins · Feb 11, 2006 · r-help

>>>>> "iw" == ivo welch <ivowel at gmail.com> writes: iw> * SUGGESTION: can we please offer the "?:" operator ala C in iw> addition to ifelse()? This would make R code prettier. R: if (condition) xxx else yyy if (condition) xxx else if...

Glossay of available R functions
Patricia J. Hawkins · Feb 2, 2006 · r-help

>>>>> "JB" == Jonathan Baron <baron at psych.upenn.edu> writes: JB> In addition, the search page at JB> http://finzi.psych.upenn.edu JB> can search all functions of all CRAN packages. JB> This is also available through JB> RSiteSearch(string...

yet another vectorization question
Patricia J. Hawkins · Jan 30, 2006 · r-help

>>>>> "AD" == Adrian Dusa <adi at roda.ro> writes: AD> set.seed(5) AD> aa <- matrix(sample(10, 15, replace=T), ncol=5) AD> bb <- matrix(NA, ncol=10, nrow=5) AD> for (i in 1:ncol(aa)) bb[i, aa...

Heatmap help
Patricia J. Hawkins · Mar 4, 2017 · r-help

Hi, you have a couple of things going on here. You can reorder your matrix by creating an index like this: > A_index=c(grep(".A", colnames(A)), grep(".B", colnames(A))) and do this: > heatmap.2(A[,A_index...

Glossay of available R functions
Patricia J. Hawkins · Feb 5, 2006 · r-help

>>>>> "PBR" == Prof Brian Ripley <ripley at stats.ox.ac.uk> writes: >> commenting that subset was new to him, though he did say "list of >> functions in R". I'd searched through everything _else_ in the help >> system looking for such...

Eurostat shapefiles & google maps offset
Patricia J. Hawkins · Mar 30, 2017 · r-sig-geo

Hi, when I run your example code, I get the following warnings from your get_map calls: "Warning: bounding box given to google - spatial extent only approximate. converting bounding box to center/zoom specification. (experimental) Map from URL : http://maps...

readline detection problems
Patricia J. Hawkins · Feb 5, 2006 · r-help

>>>>> "BO" == Benjamin Otto <b.otto at uke.uni-hamburg.de> writes: BO> Dear community, BO> I'm trying to install R-2.2.1 on an IRIX 6.2 (Unix System V Release 4) BO> system without root access. Unfortunately...

Can't find what you're looking for? Try searching with Google .