translate_3.30_to_3.24_var_adjust: Use 3.30 variance adjustments to create the 3.24 formatting

View source: R/SS_readctl_3.30.R

translate_3.30_to_3.24_var_adjustR Documentation

Use 3.30 variance adjustments to create the 3.24 formatting

Description

This functionality used to be in SS_readctl_3.30, but ware removed to avoid confusion.

Usage

translate_3.30_to_3.24_var_adjust(
  Variance_adjustment_list = NULL,
  Nfleets,
  fleetnames = seq_len(Nfleets)
)

Arguments

Variance_adjustment_list

The Variance_adjustments_list element in the control file r4ss list output generated from SS_readctl. Defaults to NULL, which can be the case if no variance adjustments were included in the model.

Nfleets

Number of fleets in the model

fleetnames

Name of the fleets. Defaults to fleet numbers, in the order defined in the model.

Value

A dataframe of 3.24 variance adjustments.


r4ss documentation built on May 28, 2022, 1:11 a.m.