R/get.icc.R

Defines functions get.icc

get.icc<-function(db){
  x<-db[,grep('rep.',colnames(db),fixed=T)]
  a<-icc(as.matrix(x))
  return(c(value=a$value, LCI=a$lbound, UCI=a$ubound))
}
msuprun/bbeaR documentation built on Jan. 31, 2021, 6:49 p.m.