ComputeMleIndices: Compute MLE index of abundance

View source: R/ComputeMleIndices.R

ComputeMleIndicesR Documentation

Compute MLE index of abundance

Description

Compute MLE index of abundance

Usage

ComputeMleIndices(
  Data,
  Model,
  FileName,
  Folder = NA,
  Weights = "StrataAreas",
  StrataTable,
  Run = TRUE
)

Arguments

Data

The data to be fit

Model

The model object (as a list)

FileName

The name of the file/directory

Folder

Optional argument for named folder to store results (in current working directory)

Weights

Defaults to "StrataAreas", other option is "Equal"

StrataTable

Table of strata, required

Run

Defaults to TRUE. Only run if there's no random effects and the distribution is either Gamma and Lognormal

Value

Returns a list of output, by year and by Strata:Year


nwfsc-assess/nwfscDeltaGLM documentation built on July 8, 2023, 4:49 a.m.