Skip to content

Commit

Permalink
fix for additional commands in estimation step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhooker committed Mar 23, 2017
1 parent 1abd112 commit 1f92322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mbaod_simulate.R
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ mbaod_simulate <- function(cohorts,
#test for successful run, retry if unsuccessful
## output result to screen
## get all estimation info from xpose
execute("est.mod",run_dir=cohort_dir,run_commands...)
execute("est.mod",run_dir=cohort_dir,additional_commands=run_commands,...)
est_result <- run_results(cohort_dir)
cohort_res$est_result <- est_result

Expand Down

0 comments on commit 1f92322

Please sign in to comment.