# NOT RUN {
# load data
data(synCPUE)
# run model with standard method
Z_CPUE(synCPUE, method = "standard")
# run model with Heincke's method
Z_CPUE(synCPUE, method = "Heincke")
# run model with Robson and Chapman's method
Z_CPUE(synCPUE, method = "RobsonChapman", omit_age1 = TRUE)
# }
Run the code above in your browser using DataLab