"initModellist" <-
function(m) {
m@parnames <- sort(intersect(
setdiff(slotNames(theta()), c("prel", "drel")),
slotNames(m)
))
m <- initOneModel(m)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.