powered by
## S3 method for class 'ppm': logLik(object, ..., warn=TRUE)
"ppm"
TRUE
If object is not a Poisson process, the maximised log pseudolikelihood is returned, with a warning (if warn=TRUE).
object
warn=TRUE
ppm
data(cells) fit <- ppm(cells, ~x) logLik(fit) AIC(fit)
Run the code above in your browser using DataLab