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.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 .