## File Name: sirt_import_coda_effectiveSize.R
## File Version: 0.02
sirt_import_coda_effectiveSize <- function(...)
{
TAM::require_namespace_msg('coda')
res <- coda::effectiveSize(...)
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.