iscam_normpower: iscam_normpower Function

Description Usage Arguments Examples

Description

This function determines the rejection region corresponding to the level of significance and the first probability and shows the second distribution shading its corresponding region.

Usage

1
2
iscam_normpower(LOS, n, prob1, alternative, prob2 = NULL,
  explain = FALSE)

Arguments

LOS

level of significance

n

sample size

prob1

probability of success

alternative

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

prob2

second probability of success

explain

defaults to FALSE. If TRUE, shows a shaded graph with the Type 2 error.

Examples

1
iscam_normpower(.05, 20, .5, "less", .7)

apjacobson/iscam documentation built on May 6, 2019, 12:08 p.m.