Learn R Programming

mcStats (version 0.1.0)

showProp.Test: Show results of proportion test using binom.test

Description

Show results of proportion test using binom.test

Usage

showProp.Test(x, n, p = 0.5)

Arguments

x

x value

n

number of repetitions

p

probability of success in one Bernoulli trial

Value

output of call to binom.test

Examples

Run this code
# NOT RUN {
showProp.Test(3, 10)
# }

Run the code above in your browser using DataLab