strv_fit: Fit a model object.

strv_fitR Documentation

Fit a model object.

Description

Takes an unfitted model object and performs inference.

Usage

strv_fit(object, ...)

## S4 method for signature 'starve'
strv_fit(object, silent = FALSE, ...)

Arguments

object

A model object to be fitted.

...

Options to be passed

silent

Should intermediate calculations be printed?

Value

A fitted model object

Methods (by class)

  • 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.


lawlerem/staRVe documentation built on Oct. 9, 2024, 4:48 a.m.