Log-likelihood is not directly exposed for ame() / lame() fits
Source:R/model_comparison_methods.R
logLik.ame.Rdame() and lame() produce a posterior sample, not a maximum-
likelihood point. A pointwise log-likelihood is computable from the
posterior draws but is not stored on the fit object, so logLik()
(and the AIC / BIC generics that dispatch through it) error out
informatively rather than return a misleading number.