search for: newkendall

Displaying 1 result from an estimated 1 matches for "newkendall".

2006 May 24
0
the computation of exact p-value for the nonparametric cor-test with ties
...Let me know what you think. Thanks you for your time. Antonietta di Salvatore test <- function(x, ...) UseMethod("test") test.default <- function(x, y, alternative = c("two.sided", "less", "greater"), method = c("pearson", "newkendall", "newspearman"), exact = NULL, conf.level = 0.95, ...) { alternative <- match.arg(alternative) method <- match.arg(method) DNAME <- paste(deparse(substitute(x)), "and", deparse(substitute(y))) if(length(x) != length(y)) stop("x and...