R/print.cccUst.R

Defines functions print.cccUst

print.cccUst<-
  function(x,...)
  {
    cat("CCC estimated by U-statistics: \n")
    print(x[1:4])
    cat("\n")
  }

Try the cccrm package in your browser

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

cccrm documentation built on Oct. 26, 2023, 5:09 p.m.