Create Sample Size Table for Multiple Scenarios
Source:R/truefind_asymptotic.R
create_sample_size_table.RdGenerates a table of required sample sizes for different combinations of true hazard ratios and censoring proportions.
Usage
create_sample_size_table(
theta_values,
prop_cens_values,
target_power = 0.8,
hr_threshold = 1.25,
verbose = TRUE
)