| min_samp {MRTSampleSizeBinary} | R Documentation | 
Compute minimum sample size.
Description
Returns a default minimum sample size to start power_vs_n_plot() at.
Usage
min_samp(alph, bet)
Arguments
alph | 
 Vector to describe the MEE under the alternative.  | 
bet | 
 Vector to describe the MEE under the null.  | 
Value
A default minimum sample size to start power_vs_n_plot() at.
Examples
min_samp(alpha_1, beta_1)
[Package MRTSampleSizeBinary version 0.1.2 Index]