Title: | Analyses Using TMB |
---|---|
Description: | Facilitates analyses using 'Template Model Builder'. |
Authors: | Joe Thorley [aut, cre] |
Maintainer: | Joe Thorley <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.1.9004 |
Built: | 2024-11-01 16:20:16 UTC |
Source: | https://github.com/poissonconsulting/tmbr |
Confint
## S3 method for class 'tmb_ml_analysis' confint( object, parm = terms(object), level = getOption("mb.conf_level", 0.95), parallel = getOption("mb.parallel", FALSE), beep = getOption("mb.beep", FALSE), ... )
## S3 method for class 'tmb_ml_analysis' confint( object, parm = terms(object), level = getOption("mb.conf_level", 0.95), parallel = getOption("mb.parallel", FALSE), beep = getOption("mb.beep", FALSE), ... )
object |
The tmb_ml_analysis object. |
parm |
A character vector of the terms to get the confidence interval for. |
level |
A number specifying the confidence level. By default 0.95. |
parallel |
A flag indicating whether to using parallel backend provided by foreach. |
beep |
A flag indicating whether to beep on completion of the analysis. |
... |
Addtional arguments passed to TMB::tmbprofile |
Is Converged
## S3 method for class 'tmb_ml_analysis' converged(x, ...)
## S3 method for class 'tmb_ml_analysis' converged(x, ...)
x |
The object to test convergence for. |
... |
Unused. |
Tests whether x is an object of class 'tmb_analysis'
is.tmb_analysis(x)
is.tmb_analysis(x)
x |
The object to test. |
A flag indicating whether the test was positive.
Tests whether x is an object of class 'tmb_code'
is.tmb_code(x)
is.tmb_code(x)
x |
The object to test. |
A flag indicating whether the test was positive.
Tests whether x is an object of class 'tmb_mcmc_analysis'
is.tmb_mcmc_analysis(x)
is.tmb_mcmc_analysis(x)
x |
The object to test. |
A flag indicating whether the test was positive.
Tests whether x is an object of class 'tmb_ml_analysis'
is.tmb_ml_analysis(x)
is.tmb_ml_analysis(x)
x |
The object to test. |
A flag indicating whether the test was positive.
Tests whether x is an object of class 'tmb_model'
is.tmb_model(x)
is.tmb_model(x)
x |
The object to test. |
A flag indicating whether the test was positive.