The fast estimator minimises a (working-response) least-squares objective,
not a family likelihood, so it has no log-likelihood and AIC / BIC
are undefined. Calling logLik() raises an informative error rather
than returning a misleading number.
# S3 method for ame_als
logLik(object, ...)Never returns; raises an error.
an ame_als object.
ignored.