Displaying 5 results from an estimated 5 matches for "statl".
Did you mean:
state
2007 Mar 29
1
ansari.test.default: bug in call to uniroot?
...rather than 'ab2'. The definition of ccia below was
just copied
from https://svn.r-project.org/R/trunk/src/library/stats/R/ansari.test.R
ccia <- function(alpha) {
## Check if the statistic exceeds both quantiles
## first.
statu <- ab2(srange[1], zq=qnorm(alpha/2))
statl <- ab2(srange[2], zq=qnorm(alpha/2, lower=FALSE))
if (statu > 0 || statl < 0) {
warning("samples differ in location: cannot compute
confidence set, returning NA")
return(c(NA, NA))
}
u <- uniroot(ab2, srange, tol=1e-4,
zq=qnor...
2002 Nov 03
1
Ansari-Bradley test (PR#2252)
Full_Name: Wei Xu
Version: 1.5.1
OS: WindowsME
Submission from: (NULL) (63.215.238.92)
The P-value for a two.sided test is not consistent with the confidence
interval.
For example, P-value=0.1372, but the 95% CI doesn't include the H0 value(1).
> x
[1] 0.80 0.83 1.89 1.04 1.45 1.38 1.91 1.64 0.73 1.46
> y
[1] 1.15 0.88 0.90 0.74 1.21
>
2017 Feb 27
5
Test suite failures in R-devel_2017-02-25_r72256
...The string "foo" and the symbol 'foo' can be used interchangably here:
| > stopifnot( identical(isNamespaceLoaded( "foo" ), FALSE),
| + identical(isNamespaceLoaded(quote(foo)), FALSE),
| + identical(isNamespaceLoaded(quote(stats)), statL))
| >
| > hasM <- isNamespaceLoaded("MASS") # (to restore if needed)
| > Mns <- asNamespace("MASS") # loads it if not already
| Error in loadNamespace(name) : there is no package called 'MASS'
| Calls: asNamespace ... tryCatch -> tryCatch...
2017 Feb 27
0
Test suite failures in R-devel_2017-02-25_r72256
...oo" and the symbol 'foo' can be used interchangably here:
> | > stopifnot( identical(isNamespaceLoaded( "foo" ), FALSE),
> | + identical(isNamespaceLoaded(quote(foo)), FALSE),
> | + identical(isNamespaceLoaded(quote(stats)), statL))
> | >
> | > hasM <- isNamespaceLoaded("MASS") # (to restore if needed)
> | > Mns <- asNamespace("MASS") # loads it if not already
> | Error in loadNamespace(name) : there is no package called 'MASS'
> | Calls: asNamespa...
2017 Mar 01
0
Test suite failures in R-devel_2017-02-25_r72256
...t;foo" and the symbol 'foo' can be used interchangably here:
> | > stopifnot( identical(isNamespaceLoaded( "foo" ), FALSE),
> | + identical(isNamespaceLoaded(quote(foo)), FALSE),
> | + identical(isNamespaceLoaded(quote(stats)), statL))
> | >
> | > hasM <- isNamespaceLoaded("MASS") # (to restore if needed)
> | > Mns <- asNamespace("MASS") # loads it if not already
> | Error in loadNamespace(name) : there is no package called 'MASS'
> | Calls: asNamespace .....