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.
On Wed, 2006-04-26 at 11:05 -0700, John McHenry wrote: > Does anyone know where the code for the graphics on: > > http://www.r-project.org/screenshots/screenshots.html > > lives? demo(graphics) demo(image) demo(persp) These should cover...
On Wed, 2005-10-19 at 06:47 +1000, Tim Churches wrote: > Marc Schwartz (via MN) wrote: > > > There is also code for the Woolf test in ?mantelhaen.test > > Is there? How is it obtained? The documentation on mantelhaen.test in...
On Thu, 2006-06-08 at 00:10 +0800, zhijie zhang wrote: > Dear Rusers, > As we all know , there are many methods to do multiple comparison in the > parametric statistical analysis, But i can't find some in nonparametric > statistical...
On Mon, 2006-08-14 at 14:12 -0300, Ronaldo Reis-Jr. wrote: > Hi, > > is possible to make a R script to run under a console without open the R > environment? > > Something like this example.R > > #!/usr/bin/R > > function...
On Wed, 2006-03-08 at 16:53 -0500, Lisa Wang wrote: > Hello there, > > I would like to plot a graph with the x axis's label displayed at a 45 > angle to the x axis instead of horizontal to...
On Tue, 2006-05-16 at 17:49 -0300, Rolf Turner wrote: > Duncan Murdoch wrote (amongst other things): > > > Statistical computing is not easy, so how could R be? Who has ever > > claimed it is? Any package that makes statistical computing...
On Wed, 2006-03-15 at 06:03 -0500, tom wright wrote: > Can someone please give me a pointer here. > I have two matrices > > matA > A B C > 1 5 2 4 > 2 2 4 3 > 3 1 2 4...
On Wed, 2006-02-01 at 17:10 -0500, Vivek Satsangi wrote: > This one is an easy question. I am looking for the "idiomatic" way to do it. > > I have two large data frames. I want to "merge" them. What...
On Tue, 2006-03-14 at 14:07 -0500, Sean Davis wrote: > Does anyone know of an implementation in R of the Hodges-Lehmann > nonparametric difference between two groups? I am interested in the > estimate of the difference and the...
On Thu, 2006-06-22 at 15:40 -0500, Jeffrey Horner wrote: > Achim Zeileis wrote: > [...] > > The plan is to provide the original presentation slides of the > > panelists and a video of the whole panel disc, and probably some minutes > > and...
On Thu, 2005-09-29 at 06:57 +1000, Stephen Choularton wrote: > Hi > > I am trying to produce a little table like this: > > 0 1 > 0 601 408 > 1 290 2655 > > but I cannot get the syntax right. > > Can anyone...
I suspect that John may be looking for ?friedman.test, which I believe will allow for a two-way non-parametric test. kruskal.test() will perform a non-parametric test on two or more samples (or factor levels) as a...
On Mon, 2006-03-06 at 15:10 -0800, Michael wrote: > Hi all, > > I want to substract vector B from A's each column... how can R do that > smartly without a loop? > > > A=matrix(c(2:7), 2, 3...
On Tue, 2005-07-19 at 13:08 -0500, Marc Schwartz (via MN) wrote: > For the TAB delimited columns, adjust the 'sep' argument to: > > read.table("data.gct", skip = 2, header = TRUE, sep = "\t") > > The 'quote' argument is by default...
On Thu, 2005-10-13 at 14:50 +0100, Luis Ridao Cruz wrote: > R-help, > > I use the code below to plot some data by applying "apply" function. > But I don't know how I can get the argument "type...
On Tue, 2006-08-29 at 13:05 -0700, Dean Sonneborn wrote: > I'm using this syntax to create data subsets for plots: > subset=source=="Both". Now I would like to create a subset defined by > two different variables like...
On Mon, 2005-10-03 at 15:28 -0500, lforzani wrote: > Hello, I am using library fda and I can not run a lot of functions because > I receive the error: > > Error in bsplineS(evalarg, breaks, norder, nderiv) : > couldn't...
On Tue, 2006-08-15 at 13:10 -0400, T Mu wrote: > Hi all, > > Suppose I have a data frame myDF, col A is factor, col B is numeric, col C > is character. I can get their classes by > > > class...
On Thu, 2006-09-07 at 11:57 -0500, Erin Hodgess wrote: > Dear R People: > > Way Off Topic: > > Is anyone aware of a website that contains important dates > in statistics history, please? > > Maybe a sort of "This Day in Statistics...
On Mon, 2005-11-21 at 18:16 +0100, Matthieu Cornec wrote: > Hello, > How do you change the size of the caracters (tiny, small) using xtable? > It works out for print.xtable when typing > print.xtable(xtable(mydata),size="small...
Can't find what you're looking for? Try searching with Google .