Your description is a bit too vague to be sure, but it sounds as if
you're trying to do something that breaks the basic namespace idea.
Paul Roebuck wrote:
> The package I'm working on can extract data from external
> packages but would otherwise have no dependency on them.
> However, I desire t
[EMAIL PROTECTED] writes:
> } else {
> STATISTIC <- c(z = r / sqrt((4 * n + 10) / (9 * n*(n-1
> p <- pnorm(STATISTIC)
> if(exact && TIES)
> warning("Cannot compute exact p-value with ties")
>
Full_Name: Dirk Koschuetzki
Version: 2.1.1
OS: source code
Submission from: (NULL) (194.94.136.34)
Hello,
>From the source code (R-2.1.1, file: .../R-2.1.1/src/library/stats/R/)
**
cor.test.default <-
function(x, y, alternative = c("two.sided", "less", "greater"),
On Thu, 2005-08-18 at 07:57 +0300, Jari Oksanen wrote:
> On 18 Aug 2005, at 1:49, Gavin Simpson wrote:
>
> > On Wed, 2005-08-17 at 20:24 +0200, Martin Maechler wrote:
> >>> "GS" == Gavin Simpson <[EMAIL PROTECTED]>
> >>> on Tue, 16 Aug 2005 18:44:23 +0100 writes:
> >>
> >> GS> On T