Import Simulated Data

# S3 method for Simulated
Import(
  Sampled_Data = NULL,
  sim = 1,
  Fit_Effort = 1,
  Fit_Catch = 1,
  Fit_CPUE = 1,
  Fit_CAW = 1,
  Fit_CAA = 1,
  use_Frwpen = 1,
  use_R0rwpen = 1,
  CAW_ESS = 200,
  Effort_CV = 0.2,
  Catch_CV = 0.2,
  Index_CV = 0.3,
  Data_types = NULL
)

Arguments

Sampled_Data

An object of class Simulated generated by Generate_Data

sim

Simulation number

Fit_Effort

Logical. Fit effort data?

Fit_CPUE

Logical. Fit CPUE data?

Fit_CAW

Logical. Fit catch-at-weight data?

Fit_CAA

Logical. Fit catch-at-age data?

use_Frwpen

Logical. Use the random walk penalty for F?

use_R0rwpen

Logical. Use the random walk penalty for seasonal recruitment?

Data_types

Optional character vector specifying data types to fit to.

Value

A Data object