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