From 443a59cd4554e8623e4cddca483adc3ac157d1d3 Mon Sep 17 00:00:00 2001 From: Cole Date: Tue, 28 May 2024 14:23:13 -0400 Subject: [PATCH] Updating the parallel vignette to indicate that `sim_gs_n()` also supports the `future` backends. --- vignettes/parallel.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vignettes/parallel.Rmd b/vignettes/parallel.Rmd index 0394309b..d475bcdf 100644 --- a/vignettes/parallel.Rmd +++ b/vignettes/parallel.Rmd @@ -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.