| bin | R Documentation | 
Creates an object representing results of initial study.
| x1 | The number of ‘successes’ observed in treatment group 1 in the existing study. | 
| m1 | The number of observations from which  | 
| x2 | The number of ‘successes’ observed in treatment group 2 in the existing study. | 
| m2 | The number of observations from which  | 
Paul Metcalfe
bin.data <- new.binomial(x1=18, m1=20, x2=15, m2=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.