nnt_: Compute the Ratio of Total Tests Performed Per Postive Result

View source: R/helper_functions.R

nnt_R Documentation

Compute the Ratio of Total Tests Performed Per Postive Result

Description

nnt_ computes the anticipated average number of tests performed in order to observe a positive test result.

Usage

nnt_(dframe)

Arguments

dframe

a dataframe containing columns sensitivities, specificities and prev.

Value

nnt_ returns adataframe containing sensitivity, specificity, the anticipated average number of tests required to observe a single positive test result ntpp, and the prevalence among those screened out of testing pre_untested.


sgutreuter/screenr documentation built on Nov. 20, 2022, 2:41 a.m.