Skip to content

Commit

Permalink
Updating the parallel vignette to indicate that sim_gs_n() also sup…
Browse files Browse the repository at this point in the history
…ports the `future` backends.
  • Loading branch information
cmansch committed May 28, 2024
1 parent 0873602 commit 443a59c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/parallel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ The function `sim_fixed_n()` provides a simulation workflow for a two-arm trial
We can vary the parameters of the trial using different functions outlined in the documentation.
This function now provides users the opportunity to implement their simulations using the previously described parallel backends to accelerate the computation.

The function `sim_gs_n()` which simulates group sequential designs under a fixed sample size also supports the use of user-defined backends to parallelize simulations in a similar manner.

## Background

Without specifying a backend, `sim_fixed_n()` will execute sequentially.
Expand Down

0 comments on commit 443a59c

Please sign in to comment.