Skip to content

Commit

Permalink
fix an isue on xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenkewu committed Dec 19, 2023
1 parent 4632782 commit 0b1711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nplcm.R
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ nplcm_fit_Reg_discrete_predictor_NoNest <-

if(is.null(mcmc_options$jags.dir)){mcmc_options$jags.dir=""}
gs <- jags2_baker(data = curr_data_txt_file,
inits = xxx,
inits = in_init,
parameters.to.save = out_parameter,
model.file = filename,
working.directory = mcmc_options$result.folder,
Expand Down

0 comments on commit 0b1711a

Please sign in to comment.