Nothing
knitr::opts_chunk$set(echo = TRUE)
The intrinsicKappa package provides functions for the computation of the intrinsic kappa value.
library(intrinsicKappa) M <- matrix(c(2375, 25, 10, 2390), ncol = 2) rownames(M) <- c('ok-rating', 'nok-rating') colnames(M) <- c('ok-standard', 'nok-standard') alpha <- 0.05 alpha_adjusted <- FALSE intrinsicKappa(M, alpha, alpha_adjusted)
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.