jags.extract = function( jo, var, func, cnames=c( "cfanorth", "cfasouth", "cfa4x" ) ) {
o = summary( jo[[var]], func)[["stat"]]
if ( is.vector(o) ) o = t(o)
colnames( o) = cnames
return(o)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.