JAGSread {bayesmix} | R Documentation |
Given an exit status of 0 when running jags the results are read in
with read.jags
JAGSread(exit, transform = TRUE)
exit |
exit status returned by JAGScall . |
transform |
logical: if TRUE and possible, the variable
tau is transformed into σ^2. |
After a successful run of jags the results are read in from the file "jags.out". If the exit status is positive the file "jags.dump" is read in and a warning is given.
A list with the following components is returned:
results |
MCMC chains. |
variables |
new variable names. |
Bettina Gruen
read.jags
, JAGSrun