Learn R Programming

MRTSampleSizeBinary (version 0.1.2)

min_samp: Compute minimum sample size.

Description

Returns a default minimum sample size to start power_vs_n_plot() at.

Usage

min_samp(alph, bet)

Value

A default minimum sample size to start power_vs_n_plot() at.

Arguments

alph

Vector to describe the MEE under the alternative.

bet

Vector to describe the MEE under the null.

Examples

Run this code
min_samp(alpha_1, beta_1)

Run the code above in your browser using DataLab