JAGScall {bayesmix}R Documentation

Calls jags

Description

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.

Usage

JAGScall(prefix, jags, quiet = FALSE)

Arguments

prefix string: name of .cmd-file.
jags string: path to jags.
quiet logical indicating whether error messages should be ignored.

Details

If jags is missing, it is assumed that the program jags is in the path such that it is called with jags.

Value

Returns the exit status.

Author(s)

Bettina Gruen

See Also

JAGSrun


[Package bayesmix version 0.6-0 Index]