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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111104/3bdef381/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111104/c37b3b76/attachment.pl>
On 2009-April-30 , at 22:28 , Gabor Grothendieck wrote: > Check out the getopt package. Thanks! That's what I need. JiHO --- http://jo.irisson.free.fr/
On 2009-May-25 , at 15:34 , Jim Burke wrote: > Everyone's suggestions work. There are lots > of roads to solutions in R. This is wonderful! There's even more. In the package Hmisc, there is a %nin% command that...
On 2009-May-23 , at 20:16 , Jakson Alves de Aquino wrote: > Just a note: there is no need of <Esc> before <F9>. Almost all key > bindings work in insert, normal and visual modes. Well, without switching to the non...
On 2009-March-22 , at 12:26 , Nidhi Kohli wrote: > I want to remove the Column name and Row name from the above output. > Any help on this will be greatly appreciated (I'm open to any other > alternative way...
On 2009-September-11 , at 13:55 , wrote: > Maybe: > > do.call(rbind, lapply(with(xy <- rbind(x, y), split(xy, list(a, b), > drop = TRUE)), tail, 1)) > > On Fri, Sep 11, 2009 at 3:45 AM, jo <jo.lists at...
Thanks for the post-processing ideas. But is there any way to do that in one step? On Thu, Sep 10, 2009 at 7:20 PM, Henrique Dallazuanna <wwwhsd at gmail.com> wrote: > > Try this: > > xy <- merge(x, y, by...
Hi everyone, For some tests, tables of critical values are readily available while the algorithm to compute those critical values is not. In such cases, only a range for the p-value can be evaluated (e.g. 0.05 < p...
Hello Michael, Thank you for replying to my post! That was an interesting solution - good to know, but I am now getting a different error: /Error in if (length(clus) != n) stop("The clustering vector is of incorrect length") : argument...
On 2009-March-20 , at 23:02 , johnhj wrote: > Is it possible, to use the plot() funktion and the boxplot() funktion > together ? > I will plot a simple graph and additionally to the graph on certain > places > boxplots. I have imagined...
On 2009-May-21 , at 05:40 , Marcelino de la Cruz wrote: > Jose M. Blanco-Moreno an myself have implemented Syrjala's test in > the ecespa package. As a matter of fact, Jose M. has implemented a > Frotran version of...
On 2009-May-21 , at 05:40 , Marcelino de la Cruz wrote: > Jose M. Blanco-Moreno an myself have implemented Syrjala's test in > the ecespa package. As a matter of fact, Jose M. has implemented a > Frotran version of...
On 2009-March-20 , at 16:23 , David Winsemius wrote: > On Mar 20, 2009, at 3:55 PM, Altaweel, Mark R. wrote: > >> I have a problem where I have two columns of data that I can simply >> plot using: >> >> plot...
> As far as I can tell the Cairo device (CairoPNG) doesn't respect the > size either. It looks like your best option is to switch between pdf() > and png(type="cairo") using a wrapper like ggplot2::ggsave. Using a wrapper...
Hello everyone, I am writing an R script which will be provided with command line arguments by a shell script. I read them with commandArgs() but I have an issue to make that fool proof. For example, with test.R...
Thanks very much to everyone. I think I will use a combination of both techniques. On 2009-March-22 , at 20:08 , Duncan Murdoch wrote: > That's pretty hard to make bulletproof. Why not just put those > functions in a...
> I tried as.matrix but it did not help. as.matrix() won't work because a matrix requires everything in it to be of the same type (number, character, logical etc.). You do not have only numbers in your data...
On 2009-March-22 , at 13:06 , Nidhi Kohli wrote: > I'm reading this file into a variable named congeneric (see my code) > and now trying to pick up first 20 values and need these 20 values > in a list...
Hello all, I am using quartz (on OS X obviously) to produce PDFs and PNGs from my plots, for later inclusion in LaTeX. I am typically using something like: plot(0) dev.print(quartz, file="foo.pdf", width=5, height...
Can't find what you're looking for? Try searching with Google .