R/print.Kendall.R

"print.Kendall" <-
function(x, ...)
{
    cat(paste(
   "tau = ", format(x$tau, digits = 3),    
    ", 2-sided pvalue =", format.pval( x$sl), sep = ""), 
    fill = TRUE)
}

Try the Kendall package in your browser

Any scripts or data that you put into this service are public.

Kendall documentation built on March 21, 2022, 1:05 a.m.