Skip to content

Commit

Permalink
Fix comments in sim_gs_n() examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Apr 26, 2024
1 parent 8173979 commit d171516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/sim_gs_n.R
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
#' }
#'
#' # Example 8: At IA1, we conduct 3 tests, LR, WLR with fh(0, 0.5), and RMST test.
#' At IA2, we conduct 2 tests, LR and WLR with early zero (6).
#' At FA, we conduct 2 tests, LR and milestone test.
#' # At IA2, we conduct 2 tests, LR and WLR with early zero (6).
#' # At FA, we conduct 2 tests, LR and milestone test.
#' ia1_test <- list(test1 = create_test(wlr, weight = fh(rho = 0, gamma = 0)),
#' test2 = create_test(wlr, weight = fh(rho = 0, gamma = 0.5)),
#' test3 = create_test(rmst, tau = 20))
Expand Down
4 changes: 2 additions & 2 deletions man/sim_gs_n.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d171516

Please sign in to comment.