Nothing
source("../../R/Rcheck.R")
load.module("glm")
d <- read.jagsdata("oxford-data.R")
inits <- read.jagsdata("oxford-init.R")
m <- jags.model("oxford.bug", d, inits, n.chains=2, n.adapt=500)
update(m, 500)
x <- coda.samples(m, c("alpha","beta1","beta2","sigma"),
n.iter=20000, thin=10)
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.