fix.old.sim.post <-
function (sim.post)
{
if (is.matrix(sim.post$prior)) {
sim.post$prior <- list(prior = sim.post$prior)
return(sim.post)
}
else {
return(sim.post)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.