# NOT RUN {
#iccdata2 is a small dataset that comes with the package. Use it as follows:
library(irrICC)
iccdata2 #see what the iccdata2 dataset looks like
icc3.inter.fn(iccdata2[,2:6]) #Here, you must omit the first column
coeff <- icc3.inter.fn(iccdata2[,2:6])$icc2a #this gives you intra-rater reliability coefficient
coeff
# }
Run the code above in your browser using DataLab