simulate_rec_resid: Function for simulating recruitment residuals with...

Description Usage

View source: R/messir.R

Description

Function for simulating recruitment residuals with consideration for bias correction (if neccessary)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
simulate_rec_resid(
  sd,
  rho = 0,
  resample = FALSE,
  resampled_resid = NULL,
  bias_correct = TRUE,
  resid_for_bias_correction = NULL,
  year = NULL,
  nsim = NULL,
  seed = 1,
  out = "resid",
  backward_resample = FALSE,
  duration = 5
)

ShotaNishijima/messir documentation built on April 2, 2020, 2:58 a.m.