[R] chisq

(Ted Harding) Ted.Harding at manchester.ac.uk
Fri Aug 22 11:15:39 CEST 2008


On 22-Aug-08 08:19:15, Marco Chiapello wrote:
> Hi,
> the chisq value for .05 level of signif. and 3 DF is 7.81 (one-sided).
> Is there a way to calculated it in R (giving level of signif. and DF)?
> 
> Marco

  qchisq(0.95,df=3)
# [1] 7.814728
  qchisq(0.05,df=3,lower.tail=FALSE)
# [1] 7.814728

Ted.

--------------------------------------------------------------------
E-Mail: (Ted Harding) <Ted.Harding at manchester.ac.uk>
Fax-to-email: +44 (0)870 094 0861
Date: 22-Aug-08                                       Time: 10:15:36
------------------------------ XFMail ------------------------------



More information about the R-help mailing list