MARSSfit: Generic for fitting MARSS models

View source: R/MARSS-methods.R

MARSSfitR Documentation

Generic for fitting MARSS models

Description

This is an internal function used by MARSS(). It is not intended for use by users but needs to be exported so the marssTMB package can use it. Uses the method of a marssMLE class object. Will call a function such as MARSSkem(), MARSSoptim() in the MARSS package or MARSStmb() in the marssTMB package.

Usage

MARSSfit(x, ...)

Arguments

x

a marssMLE object.

...

additional arguments for the fitting function


MARSS documentation built on May 29, 2024, 3:34 a.m.