Re: [R] R and excell differences in calculation F distributionfunction

2007-08-07 Thread Frede Aakmann Tøgersen
Emne: [R] R and excell differences in calculation F > distributionfunction > > R-help, > > I'm trying to work out the density function by doing: > > > df(5.22245, 3, 22) > [1] 0.005896862 > > > df(15.20675, 6, 4) > [1] 0.001223825 > >

[R] R and excell differences in calculation F distributionfunction

2007-08-07 Thread Luis Ridao Cruz
R-help, I'm trying to work out the density function by doing: > df(5.22245, 3, 22) [1] 0.005896862 > df(15.20675, 6, 4) [1] 0.001223825 In excell the result is : 0.0071060464 <*> FDIST(5.22245,3,22) 0.011406 <--> FDIST(15.20675,6,4) >From my point of view the differences in the se