File: gt_load.Rd

package info (click to toggle)
r-cran-glmmtmb 1.1.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,124 kB
  • sloc: cpp: 1,506; sh: 16; makefile: 13
file content (29 lines) | stat: -rw-r--r-- 803 bytes parent folder | download
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
}