iscam_binomnorm: iscam_binomnorm Function

Description Usage Arguments Examples

Description

This function illustrates the normal approximation to the binomial.

Usage

1
iscam_binomnorm(k, n, prob, direction)

Arguments

k

number of successes of interest

n

number of trials (zero or more)

prob

probability of success on each trial

direction

allows you to specify whether you want to find the probability "above" or "below" k or a symmetric "two.sided" probability

Examples

1
2
3
iscam_binomnorm(20, 30, 0.5, direction = "above")
iscam_binomnorm(10, 55, 0.10, direction = "below")
iscam_binomnorm(13, 44, 0.40, direction = "two.sided")

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