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) <[EMAIL PROTECTED]> Fax-to-email: +44 (0)870 094 0861 Date: 22-Aug-08 Time: 10:15:36 ------------------------------ XFMail ------------------------------ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.