1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{up2date}
\alias{up2date}
\alias{gt_load}
\title{conditionally update glmmTMB object fitted with an old TMB version}
\usage{
up2date(oldfit, update_gauss_disp = FALSE)
gt_load(fn, verbose = FALSE, mustWork = FALSE, ...)
}
\arguments{
\item{oldfit}{a fitted glmmTMB object}
\item{update_gauss_disp}{update \code{betadisp} from variance to SD parameterization?}
\item{fn}{partial path to system file (e.g. test_data/foo.rda)}
\item{verbose}{print names of updated objects?}
\item{mustWork}{fail if file not found?}
\item{\dots}{values passed through to \code{up2date}}
}
\description{
conditionally update glmmTMB object fitted with an old TMB version
Load data from system file, updating glmmTMB objects
}
|