Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oddish3 committed Aug 21, 2024
1 parent 7389658 commit dc4523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/working-sim.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for (dgp in 1:4) {
# Stop cluster
stopCluster(cl)
toc()
# saveRDS(results_list, file = "simulation/results_list2.rds")
saveRDS(results_list, file = "simulation/results_list2.rds")
# Combine all results into a single data frame
all_results <- do.call(rbind, results_list)

Expand Down

0 comments on commit dc4523e

Please sign in to comment.