score                  package:deal                  R Documentation

_N_e_t_w_o_r_k _s_c_o_r_e

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

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

     score(x,...)

     ## S3 method for class 'node':
     score    (x,...)
     ## S3 method for class 'network':
     score (x,...)

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

       x: an object of class 'node' or 'network'.

     ...: additional arguments for specific methods.

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

     For networks, the log network score is returned. For nodes, the
     contribution to the log network score is returned.

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

     Susanne Gammelgaard Bttcher alma@math.aau.dk, 
      Claus Dethlefsen cld@rn.dk.

_R_e_f_e_r_e_n_c_e_s:

     Further information about *deal* can be found at:
      <URL: http://www.math.aau.dk/~dethlef/novo/deal>.

