dsterling at abac.com
2007-Jul-07 21:44 UTC
[Rd] Minor bug in lillie.test from nortest package (PR#9784)
Full_Name: David Sterling Version: 2.4.0 OS: OS X Submission from: (NULL) (64.81.102.199) lillie.test() dies without grace producing the error message: 'Error in if (pvalue > 0.1) { : missing value where TRUE/FALSE needed' when passed a vector of identical values. Examples:> lillie.test(c(0,0,0,0,0,0,0,0,0,0))Error in if (pvalue > 0.1) { : missing value where TRUE/FALSE needed> lillie.test(c(1,1,1,1,1,1,1,1,1,1))Error in if (pvalue > 0.1) { : missing value where TRUE/FALSE needed> lillie.test(c(1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1))Error in if (pvalue > 0.1) { : missing value where TRUE/FALSE needed>I see that the package maintainer is Juergen Gross, but I am new to R and I haven't figured out how to contact him directly. Thanks, David
ligges at statistik.uni-dortmund.de
2007-Jul-09 08:40 UTC
[Rd] Minor bug in lillie.test from nortest package (PR#9784)
dsterling at abac.com wrote:> Full_Name: David Sterling > Version: 2.4.0For bug reports please try the most recent version of R (which currently is either R-2.5.1 or R-devel if you are really enthusiastic). But please never send a bug report for a contributed (non-base) package to R-bugs, but always to the package maintainer. Since you already found out that Juergen Gross is maintaining the package, there are several ways to find his e-mail address, the most easiest one is to type library(help=nortest) which tells you the maintainer's address. CCing to Juergen ... Uwe Ligges> OS: OS X > Submission from: (NULL) (64.81.102.199) > > > lillie.test() dies without grace producing the error message: 'Error in if > (pvalue > 0.1) { : missing value where TRUE/FALSE needed' when passed a vector > of identical values. > > Examples: >> lillie.test(c(0,0,0,0,0,0,0,0,0,0)) > Error in if (pvalue > 0.1) { : missing value where TRUE/FALSE needed >> lillie.test(c(1,1,1,1,1,1,1,1,1,1)) > Error in if (pvalue > 0.1) { : missing value where TRUE/FALSE needed >> lillie.test(c(1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1)) > Error in if (pvalue > 0.1) { : missing value where TRUE/FALSE needed > > I see that the package maintainer is Juergen Gross, but I am new to R and I > haven't figured out how to contact him directly. > > Thanks, > David > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel