Last data update: 2014.03.03

R: Print n.for.2p results
print n.for.2pR Documentation

Print n.for.2p results

Description

Print results for sample size for hypothesis testing of 2 proportions

Usage

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

Arguments

x

object of class 'n.for.2p'

...

further arguments passed to or used by methods.

Author(s)

Virasakdi Chongsuvivatwong <cvirasak@medicine.psu.ac.th>

See Also

'n.for.2p'

Examples

n.for.2p(p1=.1, p2=.2)
n.for.2p(p1=seq(1,9,.5)/10, p2=.5)

Results