binomials1: Demonstration of binomial distributions

Description Usage Arguments Value Examples

View source: R/binomials1.r

Description

Demonstration of binomial distributions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
binomials1(
  n = 5,
  p = 0.5,
  x.axis.type = "Gaussian",
  y.axis.type = "Full Range",
  plot.type = "Counts",
  add.normal = FALSE,
  add.values = FALSE,
  crit.value.c = 1,
  crit.value.p = 0.5,
  show.critical = FALSE
)

Arguments

n

Integer for number of flips

p

Probability of success (a value between 0 and 1)

x.axis.type

("Gaussian","Full Range")

y.axis.type

("Full Range","Fixed")

plot.type

("Counts","Proportions")

add.normal

Logical (False)

add.values

Logical (False)

crit.value.c

Critical value for counts

crit.value.p

Critical value for probability

show.critical

Logical (False)

Value

None

Examples

1

CLPS0900/CLPS0900R documentation built on March 16, 2020, 4:55 a.m.