inst/classic-bugs/vol2/stagnant/test2.R

source("../../R/Rcheck.R")
data <- read.jagsdata("stagnant-data.R")
inits <- read.jagsdata("stagnant-inits4.R")
m <- jags.model("stagnant2.bug", data, inits, n.chains=2)
update(m, 1000)
x <- coda.samples(m, c("alpha", "x.change"), thin=10, n.iter=100000)
source("bench-test2.R")
check.fun()

Try the nimble package in your browser

Any scripts or data that you put into this service are public.

nimble documentation built on July 9, 2023, 5:24 p.m.