Optimize a TMB model and package results
This function (called internally by glmmTMB
) runs
the actual model optimization, after all of the appropriate structures
have been set up. It can be useful to run glmmTMB
with
doFit=TRUE
, adjust the components as required, and then
finish the fitting process with fitTMB
(however, it is the
user's responsibility to make sure that any modifications
create an internally consistent final fitted object).
fitTMB(TMBStruc)
TMBStruc |
a list contain |
m0 <- glmmTMB(count ~ mined + (1|site), family=poisson, data=Salamanders, doFit=FALSE) names(m0) fitTMB(m0)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.