Skip to content
Prev 17628 / 20628 Next

Extract individual likelihood from glmmTMB

By "individual likelihood" do you mean you want the log-likelihood of
a particular model?  logLik(fitted_model) should do it. (This is  a
generic method that should work for most model types in R, although you
do have to be a bit careful in comparing log-likelihood values across
models from different packages as they may make different choices about
which constant terms to include/exclude.)

  If you want something else, please clarify ...

  cheers
    Ben Bolker
On 2019-05-09 4:14 a.m., Suna Park wrote: