R/summary.Kendall.R

"summary.Kendall" <-
function(object, ...){
cat(paste(
   "Score = ", object$S,    
    ", Var(Score) =", prettyNum(object$varS)), 
    fill = TRUE)
cat(paste("denominator = ", prettyNum(object$D)), fill=TRUE)
cat(paste(
   "tau = ", format(object$tau, digits = 3),    
    ", 2-sided pvalue =", format.pval( object$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.