Learn R Programming

mcStats (version 0.1.0)

labelDisPDF: Label discrete PDF

Description

labels a discrete pdf

Usage

labelDisPDF(x, obsVal, expVal)

Arguments

x

x value

obsVal

observed event

expVal

expected value

Value

vector of labels for x value in relation to observed event

Examples

Run this code
# NOT RUN {
labelDisPDF(0:10, 3, 5)
# }

Run the code above in your browser using DataLab