R/logLik.R
logLik.ddf.Rd
Extract the log-likelihood from a fitted detection function.
# S3 method for class 'ddf' logLik(object, ...)
a fitted detection function model object
included for S3 completeness, but ignored
a numeric value giving the log-likelihood with two attributes: "df" the "degrees of freedom" for the model (number of parameters) and "nobs" the number of observations used to fit the model
"df"
"nobs"
David L Miller