R/print.ICCfit.R

Defines functions print.ICCfit

Documented in print.ICCfit

print.ICCfit <-
function(x, ...){
  t <- as.data.frame(x$icc)
  rownames(t) <- "ICC"
  colnames(t) <- ""
  print(t)
}

Try the iRepro package in your browser

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

iRepro documentation built on Aug. 8, 2023, 5:13 p.m.