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))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.