@@ -39,6 +39,7 @@ methods::setMethod("investigate", "SpecificModels", function (x, depnt_var_max_v
3939# ' @rdname investigate-methods
4040# ' @aliases investigate,SpecificMixed-method
4141# ' @export
42+ # ' @importFrom stats setNames
4243# ' @importFrom purrr map
4344# ' @importFrom ready4 investigate
4445methods :: setMethod ("investigate ", "SpecificMixed", function (x, backend_1L_chr = "cmdstanr", new_dir_nm_1L_chr = "F_TS_Mdls",
@@ -74,14 +75,15 @@ methods::setMethod("investigate", "SpecificMixed", function (x, backend_1L_chr =
7475 input_params_ls <- manufacture(x , what_1L_chr = " input_params_ls" )
7576 input_params_ls $ rename_lup <- x @ c_SpecificResults @ a_SpecificShareable @ shareable_outp_ls $ rename_lup
7677 input_params_ls $ scndry_anlys_params_ls <- scndry_anlys_params_ls
77- input_params_ls $ path_params_ls $ paths_ls <- list (write_to_dir_nm_1L_chr = x @ paths_chr )
78+ input_params_ls $ path_params_ls $ paths_ls <- list (write_to_dir_nm_1L_chr = x @ c_SpecificResults @ a_SpecificShareable @ shareable_outp_ls $ path_to_write_to_1L_chr )
7879 input_params_ls $ outp_smry_ls <- append(x @ c_SpecificResults @ a_SpecificShareable @ shareable_outp_ls ,
7980 x @ c_SpecificResults @ b_SpecificPrivate @ private_outp_ls )
8081 input_params_ls $ params_ls $ control_ls <- control_ls
8182 input_params_ls $ params_ls $ prior_ls <- prior_ls
8283 input_params_ls $ params_ls $ iters_1L_int <- x @ b_SpecificParameters @ iters_1L_int
8384 results_ls_ls <- write_secondary_analyses(input_params_ls ,
84- backend_1L_chr = backend_1L_chr , new_dir_nm_1L_chr = new_dir_nm_1L_chr )
85+ backend_1L_chr = backend_1L_chr , new_dir_nm_1L_chr = new_dir_nm_1L_chr ) %> %
86+ stats :: setNames(names(scndry_anlys_params_ls ))
8587 x @ c_SpecificResults @ a_SpecificShareable @ shareable_outp_ls <- append(x @ c_SpecificResults @ a_SpecificShareable @ shareable_outp_ls ,
8688 results_ls_ls %> % purrr :: map(~ .x [- 1 ]))
8789 }
0 commit comments