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

source("../../R/Rcheck.R")
data <- read.jagsdata("mvotree-data.R")
inits <- read.jagsdata("mvotree-inits.R")
m <- jags.model("mvotree.bug", data, inits, n.chains=2, n.adapt=5000)
update(m, 5000)
x <- coda.samples(m, c("mu","sigma","sigmaC"), n.iter=100000, thin=10)
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.