From 5c58e6fbfc9d7714438ce37b18f73c5d2dd7bab5 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 7 May 2024 18:20:13 -0400 Subject: [PATCH] Run roxygen2 --- man/sim_gs_n.Rd | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/man/sim_gs_n.Rd b/man/sim_gs_n.Rd index 9e93de22..3f203a86 100644 --- a/man/sim_gs_n.Rd +++ b/man/sim_gs_n.Rd @@ -224,13 +224,19 @@ sim_gs_n( # 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. -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)) -ia2_test <- list(test1 = create_test(wlr, weight = fh(rho = 0, gamma = 0)), - test2 = create_test(wlr, weight = early_zero(6))) -fa_test <- list(test1 = create_test(wlr, weight = fh(rho = 0, gamma = 0)), - test3 = create_test(milestone, ms_time = 20)) +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) +) +ia2_test <- list( + test1 = create_test(wlr, weight = fh(rho = 0, gamma = 0)), + test2 = create_test(wlr, weight = early_zero(6)) +) +fa_test <- list( + test1 = create_test(wlr, weight = fh(rho = 0, gamma = 0)), + test3 = create_test(milestone, ms_time = 20) +) \dontrun{ sim_gs_n( n_sim = 3,