iscambinompower: Rejection Region for Binomial

iscambinompowerR Documentation

Rejection Region for Binomial

Description

binompower determines the rejection region corresponding to the level of significance and the first probability and shows the binomial distribution shading its corresponding region.

Usage

iscambinompower(LOS, n, prob1, alternative, prob2 = NULL, verbose = TRUE)

Arguments

LOS

A numeric value representing the level of significance

n

A numeric value representing the sample size

prob1

A numeric value representing the first probability

alternative

"less", "greater", or "two.sided"

prob2

A numeric value representing the second probability

verbose

Logical, defaults to TRUE. Set to FALSE to suppress messages

Value

A plot of the binomial distribution with the rejection region highlighted.

Examples

iscambinompower(LOS = 0.05, n = 20, prob1 = 0.5, alternative = "less")

iscambinompower(LOS = 0.05, n = 20, prob1 = 0.5, alternative = "greater", prob2 = 0.75)

iscambinompower(LOS = 0.10, n = 30, prob1 = 0.4, alternative = "two.sided")

iscambinompower(LOS = 0.10, n = 30, prob1 = 0.4, alternative = "two.sided", prob2 = 0.2)

ISCAM documentation built on Feb. 12, 2026, 5:07 p.m.