[Rd] Type on ?heatmap

2007-07-05 Thread Henrik Bengtsson
In ?heatmap (of stats) of R v2.5.1 under the Note section is reads: "Unless Rowv = NA (or Colw = NA), the original rows and columns are reordered..." Typo: 'Colw' should be 'Colv'. /Henrik __ R-devel@r-project.org mailing list https://stat.ethz.ch/mai

Re: [Rd] cor() and cor.test() (PR#9781)

2007-07-05 Thread Greg Snow
The cor function does not know how to look inside of data frames (unless you give it the entire data frame as the only argument). If Pollution and Wet.days are columns of the data frame named Pollution (which I infer from your problem statement below) then you can do things like: > cor(Pollution$

[Rd] cor() and cor.test() (PR#9781)

2007-07-05 Thread kristle . krichbaum
Hello, I am trying to make a correlation matrix in R using cor() and also to get the p-value for each correlation using cor.test(). I can't get these commands to work. I'm getting errors like the following: cor(Pollution, Wet.days) Error in inherits(x, "data.frame") : Object "Wet.days" not found

Re: [Rd] data messed up by read.table ? (PR#9779)

2007-07-05 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: > Full_Name: Joerg Rauh > Version: 2.5.0 > OS: Windows 2000 > Submission from: (NULL) (84.168.226.163) > > > Following Michael J. Crawley "Statistical Computing" on page 9 the worms.txt > is > required. After downloading it from the book's supporting website, which is > h

[Rd] data messed up by read.table ? (PR#9779)

2007-07-05 Thread 100700 . 3013
Full_Name: Joerg Rauh Version: 2.5.0 OS: Windows 2000 Submission from: (NULL) (84.168.226.163) Following Michael J. Crawley "Statistical Computing" on page 9 the worms.txt is required. After downloading it from the book's supporting website, which is http://www.bio.ic.ac.uk/research/mjcraw/statc

Re: [Rd] data messed up by read.table ? (PR#9779)

2007-07-05 Thread Vladimir Dergachev
On Thursday 05 July 2007 7:00:46 am [EMAIL PROTECTED] wrote: > Full_Name: Joerg Rauh > Version: 2.5.0 > OS: Windows 2000 > Submission from: (NULL) (84.168.226.163) > > > Following Michael J. Crawley "Statistical Computing" on page 9 the > worms.txt is required. After downloading it from the book's

Re: [Rd] data messed up by read.table ? (PR#9779)

2007-07-05 Thread Bill Dunlap
On Thu, 5 Jul 2007 [EMAIL PROTECTED] wrote: > Following Michael J. Crawley "Statistical Computing" on page 9 the worms.txt > is > required. After downloading it from the book's supporting website, which is > http://www.bio.ic.ac.uk/research/mjcraw/statcomp/data/ I visually check the > data > aga

Re: [Rd] problem with findFun call from embedded R

2007-07-05 Thread Jeffrey Horner
Joe Conway wrote: > I was debugging a problem reported to me regarding PL/R, and found that > I can duplicate it using only R sources. It might be characterized as > possibly a misuse of the findFun() function, but I leave that for the R > devel experts to decide. > > The below results are all