JAGSread              package:bayesmix              R Documentation

_R_e_a_d_s _j_a_g_s _o_u_t_p_u_t _i_n_t_o _R

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

     Given an exit status of 0 when running jags the results are read
     in with 'read.jags'

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

     JAGSread(exit, transform = TRUE)

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

    exit: exit status returned by 'JAGScall'.

transform: logical: if 'TRUE' and possible, the variable tau is
          transformed into sigma^2.

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

     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.

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

     A list with the following components is returned: 

 results: MCMC chains.

variables: new variable names.

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

     Bettina Gruen

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

     'read.jags', 'JAGSrun'

