R/print.ccc.R

Defines functions print.ccc

print.ccc<-
function(x,...)
{
cat("CCC estimated by variance components: \n")
print(x$ccc[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.