min_samp: Compute minimum sample size.

View source: R/min_samp.R

min_sampR 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)

MRTSampleSizeBinary documentation built on May 29, 2024, 4:46 a.m.