showProp.Test {mcStats}R Documentation

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

showProp.Test(3, 10)

[Package mcStats version 0.1.2 Index]