Converting point process model intensity predictions to probabilities at specific points spatstat
问题 I am working on a similar dataset as the chorley dataset in the spatstat package and am following a similar analysis as presented in the sample book chapter, Spatial Point Patterns: Methodology and Applications with R. https://book.spatstat.org/sample-chapters/chapter09.pdf library(spatstat) data("chorley") X <- split(chorley)$larynx D <- split(chorley)$lung Q <- quadscheme.logi(X,D) fit <- ppm(Q ~ x + y) locations = data.frame(x=chorley$x, y=chorley$y) pred <- predict(fit, locations =