Full_Name: David Clayton
Version: 1.8.1
OS: Linux
Submission from: (NULL) (131.111.126.242)


qchisq behaves very strangely when ncp is passed as zero (forcing internal
qnchisq to be called) when first argument is small.

Eg


> qchisq(1-1e-6, 1, ncp=0, lower.tail=TRUE)
qchisq(1-1e-6, 1, ncp=0, lower.tail=TRUE)
[1] 1024

while, if ncp is unspecified,

> qchisq(1-1e-6, 1)
qchisq(1-1e-6, 1)
[1] 23.92813

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to