
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'ppm':
logLik(object, ..., warn=TRUE)
"ppm"
.TRUE
, a warning is given when the
pseudolikelihood is returned instead of the likelihood. If object
is not a Poisson process, the maximised log
pseudolikelihood is returned, with a warning (if warn=TRUE
).
ppm
data(cells)
fit <- ppm(cells, ~x)
logLik(fit)
AIC(fit)
Run the code above in your browser using DataLab