Description Usage Arguments Details Value Examples
View source: R/minimum_sum_method.R
Function obtained from Edwards et. al. (2003): "a bisection routine to find an upper 1-alpha confidence bound for Ne, the number of population items in error. Population size Npop, SRS size nsamp, ne = number of sample items in error."
1 | Ne_up(Npop, nsamp, ne, alpha = 0.1)
|
Npop |
"Number of payments (e.g. on Medicare claims) in the universe/population" |
nsamp |
"Number of payments (e.g. on Medicare claims) in...simple random sample" |
ne |
"The number...of sample payments which are completely in error (Or, for partial overpayment scenarios, seriously in error—see Section 4.2.)" |
alpha |
alpha-level for "1-alpha confidence bound" |
Citation: Edwards, D., Ward-Besser, G., Lasecki, J., Parker, B., Wu, F. & Moorhead, P. (2003). The Minimum Sum Method: A Distribution-Free Sampling Procedure for Medicare Fraud Investigations. Heath Services & Outcomes Research Methodology 4: 241-263.
Upper 1-alpha confidence bound for the "number...of universe payments which are completely in error (Or, for partial overpayment scenarios, seriously in error—see Section 4.2.)"
1 | Ne_up(Npop = 1000, nsamp = 30, ne = 15, alpha=0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.