Ne_low_minus_ne: Difference Between Ne_low ("lower bound for the number of...

Description Usage Arguments Value Examples

View source: R/minimum_sum_method.R

Description

Difference Between Ne_low ("lower bound for the number of population payments in error") and ne

Usage

1
Ne_low_minus_ne(Npop, nsamp, ne, alpha = 0.1)

Arguments

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"

Value

Ne_low - ne

Examples

1
Ne_low_minus_ne(Npop = 1000, nsamp = 30, ne = 20)

mncube/claimr documentation built on Dec. 21, 2021, 8:07 p.m.