norm.spn: Minimum Number of Samples

norm.spnR Documentation

Minimum Number of Samples

Description

Minimum Number of Samples from Normal Population

Usage

norm.spn(kp, alp, lo = 0.1, up = 1, mt, dcol, log = TRUE)

Arguments

kp

Error limit in multiples of the standard deviation

alp

Level of significance vector

lo

Lower limit of the error limit, Default: 0.1

up

Upper limit of the error limit, Default: 1

mt

Plot title

dcol

Line color (default=rainbow())

log

Logical value for log-scaling y-axis, Default: TRUE

Value

None.

Examples

alp = c(0.01, 0.05, 0.1)
dcol = c(2, 4, "green4")
norm.spn(kp=0.4, alp, dcol=dcol)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.