Description Usage Arguments Value Examples
Plot the Results of Three Types of Binomial Tests
| 1 | bntest2.plot(x, n, p0, alp = 0.05, side = "two", dig = 4)
 | 
| x | Number of successes | 
| n | Sample size | 
| p0 | Population proportion value under the null hypothesis | 
| alp | Level of significance, Default: 0.05 | 
| side | Type of the alternative hypothesis ("up", "low", "two"), Default: 'two' | 
| dig | Number of digits below the decimal point, Default: 4 | 
None.
| 1 2 | bntest2.plot(x=15, n=200, p0=0.1, alp=0.05, side="low")
bntest2.plot(x=15, n=200, p0=0.1, alp=0.05, side="two")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.