print power.for.2p {epiDisplay}R Documentation

Print power.for.2p results

Description

Print results for power of hypothesis testing of 2 proportions

Usage

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

Arguments

x

object of class 'power.for.2p'

...

further arguments passed to or used by methods.

Author(s)

Virasakdi Chongsuvivatwong cvirasak@gmail.com

See Also

'n.for.2p'

Examples

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)

[Package epiDisplay version 3.5.0.2 Index]