I am trying to fit a cluster process model using the kppm
function in the spatstat
package in R.
Now, I am getting an error message:
system is computationally singular: reciprocal condition number = 6.62594e-21"
along with a warning message:
Cannot compute variance: Fisher information matrix is singular
What does it mean? Is my choice of model wrong? Or should I just use a ppm model? Here`s the screen shot of the error message:-
#Inhomogeneous cluster point process model Fitted to point pattern dataset
#Fitted by minimum contrast
# Summary statistic:
# inhomogeneous K-function
#Error in solve.default(M) : system is computationally singular: reciprocal condition number = 6.62594e-21
#Error in solve.default(M) : system is computationally singular:
#reciprocal condition number = 6.62594e-21 In addition: Warning
# message: Cannot compute variance: Fisher information matrix is
# singular Log intensity: ~x + y
# Fitted trend coefficients: (Intercept) -1.037242e+03
# x 4.144605e-06
# y 1.353254e-04
# Cluster model: Thomas process Fitted cluster parameters:
# kappa 4.024328e-09
# Scale 6.245828e+02
#Mean cluster size: [pixel image]
#Warning message: Cannot compute variance: Fisher information matrix is singular
Please help!