up2date {glmmTMB} | R Documentation |
conditionally update glmmTMB object fitted with an old TMB version
Description
conditionally update glmmTMB object fitted with an old TMB version
Load data from system file, updating glmmTMB objects
Usage
up2date(oldfit, update_gauss_disp = FALSE)
gt_load(fn, verbose = FALSE, mustWork = FALSE, ...)
Arguments
oldfit |
a fitted glmmTMB object |
update_gauss_disp |
update |
fn |
partial path to system file (e.g. test_data/foo.rda) |
verbose |
print names of updated objects? |
mustWork |
fail if file not found? |
... |
values passed through to |
[Package glmmTMB version 1.1.9 Index]