RE: Re: [R] How to get F Distribution values in R

2004-10-05 Thread Liaw, Andy
> outer(1:3, 1:3, function(df1, df2) qf(0.95, df1, df2)) [,1] [,2] [,3] [1,] 161.4476 18.51282 10.127964 [2,] 199.5000 19.0 9.552094 [3,] 215.7073 19.16429 9.276628 Andy > From: pio claudio > > is x in df(x,df1,df2) the significance level? the > alpha? > > > alpha .05 >

RE: [R] How to get F Distribution values in R

2004-10-05 Thread Liaw, Andy
Have you looked up what df() computes? What did you think the `d' in df() means? Andy > From: pio claudio > > i tried to use df(x,df1,df2) but the values arent the > same when i looked it up in a F Distribution table.. > > How to get the same F Distribution values in R as in > the f table? >

Re: [R] How to get F Distribution values in R

2004-10-05 Thread Kjetil Brinchmann Halvorsen
pio claudio wrote: i tried to use df(x,df1,df2) but the values arent the same when i looked it up in a F Distribution table.. How to get the same F Distribution values in R as in the f table? __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/