JAGScall {bayesmix} | R Documentation |
Given the prefix
of the .cmd-file and the path to jags the program
jags is called in batch mode by inserting the .cmd-file.
JAGScall(prefix, jags, quiet = FALSE)
prefix |
string: name of .cmd-file. |
jags |
string: path to jags. |
quiet |
logical indicating whether error messages should be ignored. |
If jags
is missing, it is assumed that the program
jags is in the path such that it is called with jags.
Returns the exit status.
Bettina Gruen