Skip to content

Commit

Permalink
allow for bias in sample_struct_hist; build create_sample_struct_hist…
Browse files Browse the repository at this point in the history
… & create_sample_struct_hist_bias
  • Loading branch information
CassidyPeterson-NOAA committed Nov 15, 2024
1 parent 15b81f0 commit 5da73cc
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 13 deletions.
3 changes: 2 additions & 1 deletion R/MS_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
#' init_loop is TRUE.
#' @template OM_out_dir
#' @template sample_struct
#' @param sample_struct_hist
#' @template seed
#' @param ... Any additional parameters
#' @author Kathryn Doering
EM <- function(EM_out_dir = NULL, init_loop = TRUE, OM_dat, verbose = FALSE,
nyrs_assess, dat_yrs, sample_struct = NULL, seed = NULL, OM_out_dir, ...) {
nyrs_assess, dat_yrs, sample_struct = NULL, sample_struct_hist = NULL, seed = NULL, OM_out_dir, ...) {
check_dir(EM_out_dir)
# TODO: change this name to make it less ambiguous
new_datfile_name <- "init_dat.ss"
Expand Down
Loading

0 comments on commit 5da73cc

Please sign in to comment.