## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(irrICC)
## -----------------------------------------------------------------------------
iccdata1
## -----------------------------------------------------------------------------
icc1a.fn(iccdata1)
## -----------------------------------------------------------------------------
icc1b.fn(iccdata1)
## -----------------------------------------------------------------------------
icc2.inter.fn(iccdata1)
## -----------------------------------------------------------------------------
icc2.nointer.fn(iccdata1)
## -----------------------------------------------------------------------------
icc3.inter.fn(iccdata1)
## -----------------------------------------------------------------------------
icc3.nointer.fn(iccdata1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.