jon@mcauliffe.com
2004-Jun-11 22:49 UTC
[Rd] qbinom(p, size, prob = 0, lower.tail = FALSE) hangs (PR#6972)
Full_Name: Jon McAuliffe Version: 1.9.0 OS: Mac OS X 10.3.4 Submission from: (NULL) (64.166.16.252) a call like qbinom(0.3, 10, prob = 0, lower.tail = FALSE) hangs R. prob = 0 does not look interesting, but it can be useful for completeness when qbinom is part of other general routines. please see PR#5900 (Accuracy-fixed). jon. --please do not edit the information below-- Version: platform = powerpc-apple-darwin6.8 arch = powerpc os = darwin6.8 system = powerpc, darwin6.8 status = major = 1 minor = 9.0 year = 2004 month = 04 day = 12 language = R Search Path: .GlobalEnv, package:methods, package:stats, package:graphics, package:utils, Autoloads, package:base
maechler@stat.math.ethz.ch
2004-Jun-12 20:29 UTC
[Rd] qbinom(p, size, prob = 0, lower.tail = FALSE) hangs (PR#6972)
>>>>> "Jon" == Jon McAuliffe <jon@mcauliffe.com> >>>>> on Fri, 11 Jun 2004 22:49:18 +0200 (CEST) writes:Jon> a call like qbinom(0.3, 10, prob = 0, lower.tail = FALSE) Jon> hangs R. prob = 0 does not look interesting, but Jon> it can be useful for completeness when qbinom is part Jon> of other general routines. yes. I've already fixed this bug. Jon> please see PR#5900 (Accuracy-fixed). which looks very similar but was different. Thank you for the report. Martin Maechler