strv_fit | R Documentation |
Takes an unfitted model object and performs inference.
strv_fit(object, ...)
## S4 method for signature 'starve'
strv_fit(object, silent = FALSE, ...)
object |
A model object to be fitted. |
... |
Options to be passed |
silent |
Should intermediate calculations be printed? |
A fitted model object
strv_fit(starve)
: Takes an unfitted starve object and performs
maximum likelihood inference via the TMB
package to obtain parameter
and random effect estimates with their associated standard errors. Options
in the ... argument are passed to TMB::MakeADFun and TMB::sdreport.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.