Skip to content
Prev 30818 / 63424 Next

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

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 replaced a 
working method in R-devel by one that infinite-looped, and I've reverted 
it.
On Wed, 3 Dec 2008, gerard at mail.generacio.com wrote:

            
That gives a syntax error ....
It actually was documented so in 2.8.0

       df: degrees of freedom (> 0, maybe non-integer).  'df = Inf' is
           allowed.  For 'qt' only values of at least one are currently
           supported unless 'ncp' is supplied.

!