Skip to content

Commit

Permalink
fix testthat error
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBeannie committed Aug 20, 2024
1 parent 59c9f10 commit 193cbda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/testthat/test-unvalidated-sim_gs_n.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ enroll_rate <- gsDesign2::define_enroll_rate(
rate = c(10, 30)
)


# parameters for treatment effect
delay_effect_duration <- 3 # delay treatment effect in months
median_ctrl <- 9 # survival median of the control arm
Expand All @@ -25,8 +24,6 @@ fail_rate <- gsDesign2::define_fail_rate(
dropout_rate = dropout_rate
)



# other related parameters
alpha <- 0.025 # type I error
beta <- 0.1 # type II error
Expand Down

0 comments on commit 193cbda

Please sign in to comment.