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

View source: R/epiDisplay.R

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@gmail.com

See Also

'n.for.2p'

Examples

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

epiDisplay documentation built on May 18, 2022, 5:11 p.m.