norm.spn: Minimum Number of Samples

Description Usage Arguments Value Examples

Description

Minimum Number of Samples from Normal Population

Usage

1
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

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

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.