Skip to contents

Returns the complete processed model-data list used by the package articles. The observation values, catches, and sample sizes are simulated; the object contains no confidential CCSBT assessment inputs.

Usage

sbt_example_data()

Value

A processed SBT model-data list suitable for sbt_fit(). It contains the complete dimensions, switches, biological inputs, observation arrays, and simulated catches needed by sbt_model().

See also

Other simulated example: sbt_example_fit(), sbt_example_simulate()

Examples

data <- sbt_example_data()
c(first_yr = data$first_yr, last_yr = data$last_yr, n_age = data$n_age)
#> first_yr  last_yr    n_age 
#>     1931     2025       31 
names(data)[1:10]
#>  [1] "last_yr"               "M_switch"              "age_increase_M"       
#>  [4] "length_m50"            "length_m95"            "paly"                 
#>  [7] "aerial_survey"         "aerial_cov"            "harvest_wall_strength"
#> [10] "harvest_wall_onset"