Learn R Programming

mistat (version 2.0.4)

ELECINDX: Bernoulli Sample on OELECT Data

Description

Bernoulli sample in which, we give a circuit in OELECT the value 1 if its electric output is in the interval (216, 224) and the value 0 otherwise.

Usage

data(ELECINDX)

Arguments

See Also

OELECT

Examples

Run this code
data(ELECINDX)

qbinom(p=0.5, size=100, prob=mean(ELECINDX))

Run the code above in your browser using DataLab