Import.Simulated.Rd
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
)
An object of class Simulated
generated by Generate_Data
Simulation number
Logical. Fit effort data?
Logical. Fit CPUE data?
Logical. Fit catch-at-weight data?
Logical. Fit catch-at-age data?
Logical. Use the random walk penalty for F?
Logical. Use the random walk penalty for seasonal recruitment?
Optional character vector specifying data types to fit to.
A Data
object