powered by
Calculate a conservative sample size (AICPA, 2012). Based on Technical Notes on the AICPA Audit Guide Audit Sampling, Trevor Stewart, AICPA, 2012.
MUS.calc.n.conservative(confidence.level, tolerable.error, expected.error, book.value)
dito.
Tolerable error in monetary units.
Expected error in monetary units.
Book value in monetary units.
Returns the (conservative) sample size.
# NOT RUN { MUS.calc.n.conservative(0.95, 100000, 50000, 10000000) # }
Run the code above in your browser using DataLab