Displaying 3 results from an estimated 3 matches for "dkoschuetzki".
2005 Aug 18
2
kendall tau correlation test for ties: Potential error (PR#8076)
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"),
method = c("pearson", "kendall",
2005 Mar 15
0
How do I call a masked function in a package without a na mespace?
> From: Gabor Grothendieck
>
> Dirk Koschuetzki <dkoschuetzki <at> gmx.de> writes:
>
> :
> : Hello,
> :
> : I work with two packages sna and graph from CRAN resp.
> Bioconductor. Both
> : packages have a function called "degree". Therefore one of
> the functions
> : is masked by the other and which one ge...
2005 Mar 15
1
How do I call a masked function in a package without a namespace?
Hello,
I work with two packages sna and graph from CRAN resp. Bioconductor. Both
packages have a function called "degree". Therefore one of the functions
is masked by the other and which one gets called depends on the order of
loading. The problem is that both package do not have a namespace,
therefore calling the masked function with "package::degree" does not
work.