Nothing
source("../../R/Rcheck.R")
data <- read.jagsdata("birats-data.R")
inits <- read.jagsdata("birats-inits.R")
m <- jags.model("birats4.bug", data, inits, n.chains=2)
update(m, 1000)
x <- coda.samples(m, c("mu.beta","sigma.beta","r", "alpha0"), thin=10,
n.iter=10000)
source("bench-test4.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.