sample_size_norm_global
calculates the power if the time of the final
analysis is given and otherwise the sample size.
The computed power for effect_size
is an approximate lower bound.
Sample size is also calculated on the basis of the bound.
exp_sample_size_norm_global(
initial_test = 0,
effect_size = 0,
time = 0,
final_time = 0,
input_check = TRUE
)
It returns the expected sample size when 'effect size' is the truth.
Designate the initial working test generated by work_test_norm_global
function.
The effect size, on the basis of which the power or sample size calculation will be performed. In globally efficient designs, any real value is allowed.
The time of the current analysis.
The time of the final analysis.
Indicate whether or not the arguments input by user contain invalid values.
adaptive_analysis_norm_global
for example of this function.