Learn R Programming

epiDisplay (version 3.5.0.2)

print power.for.2p: Print power.for.2p results

Description

Print results for power of hypothesis testing of 2 proportions

Usage

# S3 method for power.for.2p
print(x, ...)

Arguments

x

object of class 'power.for.2p'

...

further arguments passed to or used by methods.

See Also

'n.for.2p'

Examples

Run this code
# NOT RUN {
power.for.2p(p1=.1, p2=.2, n1=10, n2=15)
power.for.2p(p1=seq(1,9,.5)/10, p2=.5, n1=100, n2=120)
# }

Run the code above in your browser using DataLab