JAGScall              package:bayesmix              R Documentation

_C_a_l_l_s _j_a_g_s

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     JAGScall(prefix, jags, quiet = FALSE)

_A_r_g_u_m_e_n_t_s:

  prefix: string: name of .cmd-file.

    jags: string: path to jags.

   quiet: logical indicating whether error messages should be ignored.

_D_e_t_a_i_l_s:

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

_V_a_l_u_e:

     Returns the exit status.

_A_u_t_h_o_r(_s):

     Bettina Gruen

_S_e_e _A_l_s_o:

     'JAGSrun'

