[R] exact values for p-values

2005-07-11 Thread S.O. Nyangoma
Hi there, If I do an lm, I get p-vlues as p-value: 2.2e-16 Suppose am interested in exact value such as p-value = 1.6e-16 (note = and not ) How do I go about it? stephen __ R-help@stat.math.ethz.ch mailing list

[R] exact values for p-values - more information.

2005-07-11 Thread S.O. Nyangoma
Hi there, If I do an lm, I get p-vlues as p-value: 2.2e-16 This is obtained from F =39540 with df1 = 1, df2 = 7025. Suppose am interested in exact value such as p-value = 1.6e-16 (note = and not ) How do I go about it? stephen __

Re: [R] exact values for p-values - more information.

2005-07-11 Thread S.O. Nyangoma
and That doesn't mean they are right, only the best I can get with the available resources. spencer graves Achim Zeileis wrote: On Mon, 11 Jul 2005, S.O. Nyangoma wrote: Hi there, If I do an lm, I get p-vlues as p-value: 2.2e-16 This is obtained from F =39540 with df1 = 1

Re: [R] exact values for p-values - more information.

2005-07-12 Thread S.O. Nyangoma
If they have the same degrees of freedom, use the test statistic and not the p value for comparing them. Z I appretiate your input to this discussion. Do you know of a reference to your statement above? I had actually used the test-statistic which in my case is r-squared to compare them.

[R] what is the .Machine$double.xmin for a 64 bit machine?

2005-07-12 Thread S.O. Nyangoma
information. On Tue, 12 Jul 2005, S.O. Nyangoma wrote: If they have the same degrees of freedom, use the test statistic and not the p value for comparing them. Z I appretiate your input to this discussion. Do you know of a reference to your statement above? ?? Any basic statistics

[R] exact values for p-values

2005-07-13 Thread S.O. Nyangoma
Hi David, Since I am looking at very extreme values, it appears I will need FMLIB. Is it an R lib? if so which version? How/where can I download it? Regards. - Original Message - From: David Duffy [EMAIL PROTECTED] Date: Wednesday, July 13, 2005 9:46 am Subject: [R] exact values for

Re: [R] exact values for p-values

2005-07-15 Thread S.O. Nyangoma
there is no such thing as an R lib. Do you mean R package? Yes. I usually refer to them R packages as as libraries, hence the use of lib. Regards. Stephen. In any case, not it is not (yet). As David clearly says (a few lines below), it is a 'f90' library; which means it's fortran 90

Re: [R] cbind a list of matrices

2005-07-16 Thread S.O. Nyangoma
Didn't you simply try: A-matrix(c(1.1,1.2,1.3,1.4,1.5,1.6),ncol=3) B-matrix(c(2.1,2.2,2.3,2.4,2.5,2.6),ncol=3) C-matrix(c(3.1,3.2,3.3,3.4,3.5,3.6),ncol=3) A [,1] [,2] [,3] [1,] 1.1 1.3 1.5 [2,] 1.2 1.4 1.6 B [,1] [,2] [,3] [1,] 2.1 2.3 2.5 [2,] 2.2 2.4 2.6

Re: [R] Chemoinformatic people

2005-07-20 Thread S.O. Nyangoma
Do you mean people working in areas of mass spectrometry (eg. SELDI, LC-MS, MALDI etc) data analysis? - Original Message - From: Frédéric Ooms [EMAIL PROTECTED] Date: Wednesday, July 20, 2005 1:44 pm Subject: [R] Chemoinformatic people Dear colleague, Just an e-mail to know if they

Re: [R] Question about curve fitting...

2005-08-10 Thread S.O. Nyangoma
I see that log(y)=log(k1)+k2*log(x) use lm? - Original Message - From: Dan Bolser [EMAIL PROTECTED] Date: Wednesday, August 10, 2005 11:41 am Subject: [R] Question about curve fitting... Meta: This question is somewhat long and has two parts, I would be very happyfor someone just

[R] queer data set

2005-08-15 Thread S.O. Nyangoma
I have a dataset that is basically structureless. Its dimension varies from row to row and sep(s) are a mixture of tab and semi colon (;) and example is HEADER1 HEADER2 HEADER3 HEADER3 A1 B1 C1 X11;X12;X13 A2 B2 C2 X21;X22;X23;X24;X25 A3 B3 C3

[R] where is eda library (Prof. Ripley's Exploratory Data Analysis Library)

2005-09-13 Thread S.O. Nyangoma
Hi I want to install eda library. Where can I download it? I use R version 2.1.0 on Linux. Thanks. Stephen. - Original Message - From: Luis Ridao Cruz [EMAIL PROTECTED] Date: Tuesday, September 13, 2005 1:32 pm Subject: Re: [R] How to erase objects ?rm [EMAIL PROTECTED]