create_inputs: Create input parameters for TMB model

Description Usage Arguments Details Value Author(s)

View source: R/create_inputs.R

Description

create_inputs Gets list of parameter inputs into the proper format

Usage

1
create_inputs(lh, input_data)

Arguments

lh

tagged list of life history/starting value information

input_data

tagged list of data inputs. Required: years = vector of years (true years or indices); LF = matrix of length frequency (years along rows and length bins along columns), obs_per_year = vector of sample size per year. Optional: I_t = vector of abundance index, named with years; C_t = vector of catch, named with years.

Details

Specifically used to merge life history information with other model settings; flexibility to change parameter inputs for sensitivity analysis without changing the baseline life history information that was used to generate data in a simulation study, or carefully compiled for real=life application

Value

List, a tagged list of potentially useful benchmarks

Author(s)

M.B. Rudd


merrillrudd/LIME documentation built on June 20, 2020, 2:58 p.m.