Skip to content

Commit

Permalink
[skip actions] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2023
1 parent 864bd03 commit 873bb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Design-method-simulate-DesignGrouped.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ legend("topright", c("mono", "combo"), lty = c(1, 2), col = c(1, 2))
set.seed(123)
my_sims <- simulate(
my_design,
nsim = 4, # This should be at least 100 in actual applications.
nsim = 4, # This should be at least 100 in actual applications.
seed = 123,
truth = my_truth,
combo_truth = my_combo_truth
Expand Down

0 comments on commit 873bb0a

Please sign in to comment.