Nothing
## ---- include = FALSE----------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup---------------------------------------------------------------
library(irrCAC)
## ------------------------------------------------------------------------
landis.koch
altman
fleiss
## ------------------------------------------------------------------------
ac1 <- gwet.ac1.raw(cac.raw4raters)$est
data.frame(ac1$coeff.val, ac1$coeff.se)
landis.koch.bf(ac1$coeff.val, ac1$coeff.se)
altman.bf(ac1$coeff.val, ac1$coeff.se)
fleiss.bf(ac1$coeff.val, ac1$coeff.se)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.