Description Usage Arguments Value Examples
Fits American plaice assessment model (APAM).
1 2 3 4 5 6 7 8 9 10 |
data |
object returned from |
map |
object returned from |
parameters |
object returned from |
do.sd |
(optional) T/F, run sdreport? Default = |
do.Zresid |
(optional) T/F, get adjusted residuals? Default = |
do.NS |
(optional) T/F, do extra Newton steps? Default = |
do.hess |
(optional) calculate hessian? Default = |
NS |
(optional) positive integer, set numer of Newton setps. Default = 4. |
returns a list containing:
$obj
object from TMB::MakeADFun
$opt
results from stats::nlminb
$rep
report from obj$report()
from MakeADFun
$sdrep
if do.sd=T
returns sdreport from MakeADFun
$sdrep1
if do.Zresid=T
returns sdreport from residuals from MakeADFun
$tmb.data
object from make.tmb.data
that was used in the model
$map
object from make.map
that was used in the model
$parameters
object from make.parm
that was used in the model
$hess
if do.hess=T
returns hessian
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.