Nothing
source("../../R/Rcheck.R")
load.module("glm")
m <- jags.model("epil2.bug", data=read.data("epil-data.R"), n.chains=2)
update(m, 1000)
x <- coda.samples(m, c("alpha0", "alpha.Base", "alpha.Trt", "alpha.BT",
"alpha.Age", "alpha.V4", "sigma.b1"), n.iter=5000,
thin=5)
source("bench-test1.R")
check.fun()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.