pplik                package: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=50, trace=FALSE)

_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. 

   trace: logical? Should function evaluations be printed? 

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

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

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

     Ripley, B. D. (1988) _Statistical Inference for Spatial
     Processes._ Cambridge.

     Venables, W. N. and Ripley, B. D. (2002) _Modern Applied
     Statistics with S._ Fourth edition.  Springer.

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

     'Strauss'

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

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

