You are on page 1of 1

## Input file for BayesFactorBinary program ##

## Design Parameters:
12345 # random number generator seed for simulation
50 # max number of patients
0.2 # null hypothesis of response rate
0.3 # alternative hypothesis of response rate
0.10 # stop for inferiority if Pr(H1|Data) is less than this value
0.90 # stop for superiority if Pr(H1|Data) is greater than this value
1000 # number of repetitions for the simulation
Yes # Need stopping boundaries? (Could be "No", or "Yes")
10 # minimum number of patients to enroll before applying the stopping rules
5 # cohort size for monitoring the trial
#################################################
# Scenario 1
0.2 # true response rate

# Scenario 2
0.25 # true response rate

# Scenario 3
0.3 # true response rate

# Scenario 4
0.35 # true response rate

# Scenario 5
0.4 # true response rate
######################
# END

You might also like