R/summary.icc.R

Defines functions summary.icc

summary.icc<-
function(object,...){

print(object$model)
cat("\n")
cat("Intraclass Correlation Coefficient - Reliability Index \n")
print(object$icc[1:4])
}

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.