From 78b08d87b49b9cc08130c19bc87710461b632fee Mon Sep 17 00:00:00 2001 From: "kathryn.doering" Date: Wed, 16 Sep 2020 09:31:33 -0700 Subject: [PATCH] docs: fix comment --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index f032cb2a..d3ccdb1c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -193,7 +193,7 @@ run_SSMSE(scen_name_vec = c("H-ctl", "H-1"),# name of the scenario use_SS_boot_vec = c(TRUE, TRUE), # use the SS bootstrap module for sampling nyrs_vec = c(6, 6), # Years to project OM forward nyrs_assess_vec = c(3, 3), # Years between assessments - rec_dev_pattern = "rand", # Don't use recruitment deviations + rec_dev_pattern = "rand", # Use random recruitment devs scope = "2", # to use the same recruitment devs across scenarios. impl_error_pattern = "none", # Don't use implementation error run_EM_last_yr = FALSE, # Run the EM in 106 diff --git a/README.md b/README.md index 04069972..ab029664 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ run_SSMSE(scen_name_vec = c("H-ctl", "H-1"),# name of the scenario use_SS_boot_vec = c(TRUE, TRUE), # use the SS bootstrap module for sampling nyrs_vec = c(6, 6), # Years to project OM forward nyrs_assess_vec = c(3, 3), # Years between assessments - rec_dev_pattern = "rand", # Don't use recruitment deviations + rec_dev_pattern = "rand", # # Use random recruitment devs scope = "2", # to use the same recruitment devs across scenarios. impl_error_pattern = "none", # Don't use implementation error run_EM_last_yr = FALSE, # Run the EM in 106