R/print.icc.R

Defines functions print.icc

print.icc<-
function(x,...)
{
cat("Intraclass Correlation Coefficient - Reliability Index: \n")
print(x$icc[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.