print power.for.2p | R Documentation |
Print results for power of hypothesis testing of 2 proportions
## S3 method for class 'power.for.2p' print(x, ...)
x |
object of class 'power.for.2p' |
... |
further arguments passed to or used by methods. |
Virasakdi Chongsuvivatwong cvirasak@gmail.com
'n.for.2p'
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.