Skip to content
Prev 170207 / 398503 Next

Linear model

On Wed, Feb 11, 2009 at 1:36 PM, kayj <kjaja27 at yahoo.com> wrote:
Some comments:

i) the printout says that the value is less than 2e-16

ii) It seems strange to interpret a p-value at that level of precision

iii) you're confusing what is printed vs what is stored

iv) see http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-doesn_0027t-R-think-these-numbers-are-equal_003f

v) rather than subtracting from 1, use the 'lower.tail' argument to pt:
[1] 7.185635e-27



hth,

Kingsford Jones