

pplik(spatial)                               R Documentation

_P_s_e_u_d_o_-_l_i_k_e_l_i_h_o_o_d _E_s_t_i_m_a_t_i_o_n _o_f _a _S_t_r_a_u_s_s _S_p_a_t_i_a_l _P_o_i_n_t _P_r_o_-
_c_e_s_s

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

     Pseudo-likelihood estimation of a Strauss spatial point
     process.

_U_s_a_g_e_:

     pplik(pp, R, ng=25)

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

      pp: a pp object

       R: the fixed parameter `R'

      ng: use a `ng'  x  `ng' grid with border `R' in the
          domain for numerical integration.

_V_a_l_u_e_:

     estimate for `c' in the interval `[0, 1]'.

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

     `Strauss'

_E_x_a_m_p_l_e_s_:

     pines <- ppinit("pines.dat")
     pplik(pines, 0.7)

