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.

609 results for “from:Patrick Connolly”

BLUPS from lme models
Patrick Connolly · Jan 3, 2019 · r-help

The bottom of page 276 of the "Gold Book" Modern Applied Statistics by Venables and Ripley, 4th edition, the last sentence states: "Random effects are set either to zero or to their BLUP values." Am I correct in inferring from...

converting a list to a data.frame
Patrick Connolly · Apr 3, 2007 · r-help

On Tue, 03-Apr-2007 at 01:55PM +0200, Dimitris Rizopoulos wrote: |> try something like this: |> |> lis <- list(c(1,2,4), c(4,5,2,1), c(3,4,6,3), c(3,1,76,4,2)) |> ########## |> n.max...

installing multicore package
Patrick Connolly · Jun 29, 2010 · r-help

On Fri, 25-Jun-2010 at 10:09AM +0530, suman dhara wrote: |> Sir, |> I want to apply mclapply() function for my analysis. So, I have to install |> multicore package. But I can not install the package. |> |> >install.packages("multicore") |> It...

letters to numbers conversion
Patrick Connolly · May 1, 2003 · r-help

On Fri, 02-May-2003 at 04:42AM +0000, Andrew C. Ward wrote: |> How about the following? |> t1 <- matrix(letters[1:9], nrow=3, byrow=TRUE) |> t1 |> t2 <- t(apply(t1, 1, function(x) match(x, letters))) |> t2 Or slightly...

How do I get 10^4 to become 10000?
Patrick Connolly · Apr 21, 2003 · r-help

Of course, that's as trivial as it gets on the command line, but I can't work out how to get a column of numbers that are entered as "10^5" from its 'character' format into a numeric one...

connecting RMySQL to and external server
Patrick Connolly · Dec 15, 2007 · r-help

On Fri, 14-Dec-2007 at 08:55PM +0200, Adrian Dusa wrote: |> |> Dear list, |> |> I learned how to connect R to a local MySQL server, using: |> drv <- dbDriver("MySQL") |> con <- dbConnect(drv, user="root", password="mypass", dbname="mydb") |> |> Is it...

strip.custom() with more than one conditioning variable
Patrick Connolly · Nov 16, 2012 · r-help

On Thu, 15-Nov-2012 at 07:29PM -0700, ilai wrote: |> dotplot(variety ~ yield | year+ site, barley, |> strip = function(...,which.given,factor.levels) { |> if(which.given==2){ |> strip.default(which.given,factor.levels=substr(levels(barley$site), 1, |> 1),style...

forecasted Results
Patrick Connolly · Feb 23, 2010 · r-help

On Mon, 22-Feb-2010 at 10:56PM -0800, chinna wrote: |> |> I have a table having the data as follows |> |> country Revenue |> us $68967 |> aus $60087 |> newz $78965 |> china $67846 |> |> i am connecting to the database and i am getting...

how to make R plot under Linux
Patrick Connolly · Feb 23, 2010 · r-help

On Mon, 22-Feb-2010 at 02:45PM -0500, Cedrick W. Johnson wrote: |> |> I've managed to successfully use R (based on a remote Linux server) and have th |> e graphics piped back to me via SSH on a windows...

Calling Data frame objects with spaces in their names
Patrick Connolly · Feb 24, 2010 · r-help

On Wed, 24-Feb-2010 at 09:36AM -0500, Luis Felipe Parra wrote: |> Hello I have the following data frame which I read from an EXCEL |> file, and when i try to call one of its columns with a space...

gbm package: relationship between interaction.depth and number of features?
Patrick Connolly · Jul 31, 2009 · r-help

On Thu, 30-Jul-2009 at 12:36AM +0400, Boris Yangel wrote: |> Hello. I'm currently stuck with the same "what does interaction.depth really |> mean" stuff. Did you find out what the right answer is? |> I stand to be...

A questions regarding R plots
Patrick Connolly · Oct 19, 2011 · r-help

On Wed, 19-Oct-2011 at 09:21AM -0700, karena wrote: |> Hi Dear all, |> |> I am making Venn Diagram plots in R. I attached an example: |> http://r.789695.n4.nabble.com/file/n3919206/venn.jpeg |> |> I want to get...

how to control the label position on panels of trellise plot
Patrick Connolly · Oct 30, 2009 · r-help

On Thu, 29-Oct-2009 at 05:22PM -0400, zrl wrote: |> Hi, |> |> I am wondering how to control the label position on panels of trellise plot. |> I have 6 panels, I want to all x label positions at the bottom...

R with ESS: how to start
Patrick Connolly · Oct 30, 1999 · r-help

I installed ESS but I can't figure out what needs to be set for it to recognise R. I gather it's something to do with .emacs file, but none of the help files seem to mention it. Like...

ISOdate returns incorrect date?
Patrick Connolly · Nov 19, 2003 · r-help

On Wed, 19-Nov-2003 at 05:03PM +0000, Prof Brian Ripley wrote: |> For the record, ISOdate *is* giving the right answer, a POSIXct object. |> |> The problem is in printing, where there was a simple coding bug: is_year |> was...

R-2.6.2 installation (64bit) falling over with the grid package
Patrick Connolly · Feb 24, 2008 · r-help

On Sun, 24-Feb-2008 at 10:00AM +0000, Prof Brian Ripley wrote: |> It's your system: try unpacking the tarball again. No surprises there: Brian is spot on again. Thank you Brian. I'd not have thought of trying...

File to MYSQL
Patrick Connolly · May 16, 2011 · r-help

On Mon, 16-May-2011 at 02:55PM -0300, Nilza BARROS wrote: |> Dear R-user, [...] |> 2) My script |> |> outfile<- with(as.data.frame(Alldados),sprintf("INSERT INTO OBS |> (date,TMAX_2M,TMIN_2M,TD_2M,PS,FF_10M,DD_10M...

how to load only lines that start with a particular symbol
Patrick Connolly · Sep 16, 2009 · r-help

On Tue, 15-Sep-2009 at 02:44PM -0700, William Dunlap wrote: |> perl can do more complicated processing and filtering than grep. I once used perl to filter the useful 4 or 5 Mb out of a file that was...

How to install packages from GitHubb
Patrick Connolly · Oct 29, 2017 · r-help

R-3.4.1 Running the train function from the latest version of the caret package on CRAN fails with this message: unable to find variable "optimismBoot" The purported workaround is to use devtools::install_github('topepo/caret/pkg/caret...

Equivalent of box() in grid graphics
Patrick Connolly · Jan 16, 2013 · r-help

Paul Murell's article "What's in a Name" in The R Journal Vol 4/2 gives an interesting example of editing a stacked barplot of the barley data. Using the method described in that article, it's easy to...

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