This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################### | |
| # Sample Size and Confidence Interval Calculation # | |
| # v 1.3 by "Ananda Mahto"/mrdwab/ananda@mahto.info # | |
| # 2011 May 17 # | |
| # --------------------------------------------------------------------------- # | |
| # # | |
| # Example usage: # | |
| # * sample.size.table(c.lev = c(90, 95, 98, 99), population = 378) # | |
| # * sample.size(c.lev = 98, population = 200) # | |
| # * confidence.interval(c.lev = 95, p.ss = 80, population = 100) # |