Re: [Rd] function qt can fails if ndf < 1 (PR#13364)

2008-12-12 Thread Prof Brian Ripley
You have missed the following item in NEWS for R-patched. NEW FEATURES o qt() now works for 0 < df < 1. Please review what the FAQ has to say about checkiong your facts and not reporting things which are already fixed. Fortunately this example had some use: it showed someone had repla

[Rd] function qt can fails if ndf < 1 (PR#13364)

2008-12-04 Thread gerard
Full_Name: Gerard Torrent Version: R version 2.8.0 (2008-10-20) OS: Linux 2.6.27.5-41.fc9.x86_64 #1 SMP Submission from: (NULL) (85.52.227.233) In some cases qt complains about NaNs and don't gives the correct result: > qt(0.1,, 0.1) [1] NaN Warning message: In qt(p, df, lower.tail, log.p) : NaN