Nothing
source("../../R/Rcheck.R")
data <- read.jagsdata("jaw-data.R")
inits <- read.jagsdata("jaw-inits.R")
m <- jags.model("jaw-linear.bug", data, inits, n.chains=2)
update(m, 1000)
load.module("dic")
x <- coda.samples(m,
c("beta0.uncentred","beta1","Sigma2","mu","RSS","deviance"),
n.iter=10000)
source("bench-test2.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.