haveJAGS              package:bayesmix              R Documentation

_C_h_e_c_k_s _t_h_e _a_v_a_i_l_a_b_i_l_i_t_y _o_f _j_a_g_s

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

     Given the location of the jags executable, it is checked if it can
     be successfully called.

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

     haveJAGS(jags = getOption("jags.exe"))

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

    jags: string indicating location of jags executable. If 'NULL' it
          is assumed that jags is in the search path.

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

     Returns a logical.

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

     Bettina Gruen

