logLik {spatPomp} | R Documentation |
Log likelihood extractor
Description
Extracts the estimated log likelihood from a fitted model
Usage
## S4 method for signature 'girfd_spatPomp'
logLik(object)
## S4 method for signature 'bpfilterd_spatPomp'
logLik(object)
## S4 method for signature 'abfd_spatPomp'
logLik(object)
## S4 method for signature 'iubfd_spatPomp'
logLik(object)
## S4 method for signature 'abfird_spatPomp'
logLik(object)
## S4 method for signature 'igirfd_spatPomp'
logLik(object)
Arguments
object |
fitted model object |
Value
a numeric which is the estimated log likelihood
[Package spatPomp version 1.0.0 Index]