Literature DB >> 35799992

The apparent prevalence, the true prevalence.

Farrokh Habibzadeh1, Parham Habibzadeh2, Mahboobeh Yadollahie3.   

Abstract

Serologic tests are important for conducting seroepidemiologic and prevalence studies. However, the tests used are typically imperfect and produce false-positive and false-negative results. This is why the seropositive rate (apparent prevalence) does not typically reflect the true prevalence of the disease or condition of interest. Herein, we discuss the way the true prevalence could be derived from the apparent prevalence and test sensitivity and specificity. A computer simulation based on the Monte-Carlo algorithm was also used to further examine a situation where the measured test sensitivity and specificity are also uncertain. We then complete our review with a real example. The apparent prevalence observed in many prevalence studies published in medical literature is a biased estimation and cannot be interpreted correctly unless we correct the value. Croatian Society of Medical Biochemistry and Laboratory Medicine.

Entities:  

Keywords:  diagnostic tests; prevalence; sensitivity; seroepidemiologic studies; specificity

Mesh:

Year:  2022        PMID: 35799992      PMCID: PMC9195606          DOI: 10.11613/BM.2022.020101

Source DB:  PubMed          Journal:  Biochem Med (Zagreb)        ISSN: 1330-0962            Impact factor:   2.515


Introduction

Serologic tests are commonly used in seroepidemiologic and prevalence studies (). The design is typically conducted to understand the current situation of a condition of interest, say a disease. For example, over the past two years, soon after the announcement of the coronavirus disease pandemic, many serologic tests have been developed for diagnosis of the severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2); numerous seroepidemiologic studies have been conducted to determine the prevalence of the disease in various parts of the world. For example, a population-based seroprevalence study revealed a SARS-CoV-2 seroprevalence of 9.7% in the Principality of Andorra (). The results obtained from seroepidemiologic studies are generally used by health care researchers to understand where we do stand by estimating the health burden and the economic impact of a disease, and policy-makers to better identify the priorities and planning (). But, are the values obtained from these studies valid? At the heart of the design is the method by means of which we identify the condition of interest. We usually use a diagnostic test to detect the condition (e.g., a disease). However, a diagnostic test is usually not perfect; it may give false-positive and false-negative results; not all people with positive tests are diseased, and not all with negative tests are disease-free (). This is why the prevalence derived from these studies, the so-called “apparent prevalence” (pr), is not necessarily an unbiased estimation of the true prevalence (π), the true proportion of diseased people in the population or the study sample. Herein, we are going to discuss how we can derive an unbiased estimation of π from the obtained pr and the test sensitivity (Se) and specificity (Sp). We also used a computer simulation program to better investigate the situation.

Prevalence

The pr (the apparent prevalence) is defined as the portion of tested people with a positive test (T +) (). Therefore: where TPR and FPR are true-positive and false-positive rates, respectively. Substituting the TPR and FPR, we have (): Solving the above equation for π (the true prevalence), yields: This shows that the true prevalence (π) and the apparent prevalence (pr) are linearly related (Figure 1). If we take into account the uncertainty existing in the measured estimates of pr, Se, and Sp, Eq. 3 becomes:
Figure 1

The linear relationship (Eq. 3) between the true and the apparent prevalence for a number of combinations of the test sensitivities and specificities.

The linear relationship (Eq. 3) between the true and the apparent prevalence for a number of combinations of the test sensitivities and specificities. where x (any variable with a hat, e.g., or pr) represents an estimation for x (e.g., π or pr). Assuming that pr and the test Se and Sp are independent, employing basic calculus and using a first-order Taylor series expansion, we have (, ): where σ2x represents the variance of x. Based on the results, we can calculate the 95% confidence interval (CI) of the true prevalence (-). To portray the effect of variations in estimates of pr, Se, and Sp on the π, we conducted a Monte-Carlo simulation program.

Computer simulation

We assumed that the Se and Sp of a diagnostic test were measured in a hypothetical validity study on 225 individuals: 75 in whom the disease was confirmed and 150 without the disease (Table 1). The results gave a Se of 93% (95% Cl 88% to 99%,
σ2Se = 8.3 x10-4) and a Sp of 90% (85% to 95%, σ2Se = 6.0 x10-4).
Table 1

Results of the hypothetical test validity study

Disease Total
Present Absent
Test Positive 70(TP)15(FP)85
Negative 5(FN)135(TN)140
Total 75150225
TP - True positive. FP - False positive. FN - False negative. TN - True negative. N = TP + FP + FN + TN = 225. Se = TP/(TP + FN) = 0.93. Sp = TN/(TN + FP) = 0.90. TPR = TP/N = 0.31. FPR = FP/N = 0.07. FNR = FN/N = 0.02. Apparent prevalence = TPR + FPR = 0.31 + 0.07 = 0.38. True prevalence = TPR + FNR = 0.31 + 0.02 = 0.33. Using Eq. 4. it can be calculated: True prevalence = (Apparent prevalence + Sp - 1)/(Se + Sp - 1) = (0.38 + 0.90 -1)/(0.93 + 0.90 - 1) = 0.33.
To further investigate the situation, we used a Monte-Carlo simulation (Table 2, Supplementary material). We assumed an arbitrarily chosen population size of 1,000,000 people and assumed that 200,000 of whom had a disease - i.e., a population true prevalence of 0.20. We randomly selected a sample of 300 individuals from the population. Each person in the study sample was then tested with a diagnostic test with Se and Sp values randomly selected from the above-mentioned distributions (supposed to be Gaussian with a mean of 93% and variance of 8.3 x10-4 for the Se, and a mean of 90% and variance of 6.0 x10-4 for the Sp) (Table 2). The π, the proportion of individuals in the sample with the disease (true prevalence of the disease in the sample); the pr, the proportion of people in the sample with a positive test (apparent prevalence of the disease in the sample); and the calculated true prevalence (in the sample), π, derived from Eq. 4 and 5, were then estimated for each sample. The above steps were repeated for an arbitrarily chosen 200,000 samples. The frequency distributions of π, pr, and π were then plotted and compared. Linear regression analysis (no intercept model) was used to determine the relationship between the π and π.
Table 2

Pseudocode of the simulation program

Begin
Determine the Se and Sp distribution from a validation study
Construct a Population of 1,000,000 people; 200,000 of whom are diseased
Loop for 200,000 times
Choose a random sample (N = 300) from the Population
Choose a Se and Sp from the Se and Sp distributions
Calculate πs = P(D+), prs = P(T +), and πc (Eq. 4 and 5)
EndLoop
Draw the frequency distributions of πs, prs, and πc
End
D+ - Having the disease. T + - Test-positive. P(x) - Probability of x. Se - sensitivity. Sp - specificity. πs - true prevalence. prs - apparent prevalence. πc - calculated true prevalence.For more details, see the R codes in the Supplementary materials.

Simulation results and discussion

The mean true prevalence (π) was 0.20 (95% CI 0.16 to 0.25) – as expected, equal to the population true prevalence (π) of 0.20. The mean apparent prevalence (pr) was 0.27 (0.20 to 0.33), a biased estimate of the true prevalence (π) (Figure 1). The mean calculated true prevalence (π), 0.20 (0.14 to 0.26), however, was an unbiased estimation for the true prevalence (π) (Figure 2). The slope of the regression line was almost 1; the model could explain almost all of the variance observed in the π (Figure 3). The observed variance of the π distribution was less than that of the pr (Figure 2). The former was attributed to the sampling variation; the second, to the sampling variation and variability in the test Se and Sp distribution used for each sample. The variance of the π distribution (similar to that of the pr) was also due to the variations in estimating the pr and the test Se and Sp (Eq. 4). It is important to note that the term “test” in this context should be construed in a general way as any means for classifying individuals, either a laboratory test for checking a biomarker, an imaging procedure examination, or a physical examination to check presence or absence of a sign (, ). To elaborate on the topic presented, let us examine the following example.
Figure 2

The frequency distribution of the true prevalence (π, solid curve), seroprevalence (pr, dotted gray curve), and the calculated true prevalence (π, dashed gray curve) derived in 200,000 rounds of simulation on 300 individual samples. The black vertical line is the population true prevalence (π) of 0.2.

Figure 3

The scatter plot of true prevalence (π) against the calculated prevalence (π). The solid line is the linear regression line (no intercept model); dashed lines represent the regression 95% confidence interval.

The frequency distribution of the true prevalence (π, solid curve), seroprevalence (pr, dotted gray curve), and the calculated true prevalence (π, dashed gray curve) derived in 200,000 rounds of simulation on 300 individual samples. The black vertical line is the population true prevalence (π) of 0.2. The scatter plot of true prevalence (π) against the calculated prevalence (π). The solid line is the linear regression line (no intercept model); dashed lines represent the regression 95% confidence interval.

Example

In the first round of a population-based seroprevalence study on SARS-CoV-2 serological screening, conducted in the Principality of Andorra, the researchers found that 6816 of 70,389 tested people were seropositive, translating into a seroprevalence, pr, of 9.7% (95% CI 9.5% to 9.9%) (). The Se and Sp of the diagnostic test they used (Livzon rapid test, Zhuhai Livzon Diagnostics Inc, Guangdong, China) were 92% (84% to 96%) and 100% (95% to 100%). The values were derived from a validation study conducted on 48 diseased and 48 disease-free individuals (). Here, the pr, of 9.7% does not reflect the correct portion of the population with previous exposure to SARS-CoV-2; there might be several people with false-positive test results due to cross-reacting antibodies, technical issues, etc., some people might have false-negative tests, on the other hand (). The seroprevalence (the apparent prevalence, pr) was an unbiased estimation of the true prevalence, only if the Se and Sp of the test used would have been equal to 100%, the gold standard test. Based on the provided data, it is possible to calculate the variances of the seroprevalence, and the test Se and Sp, which are 1.2 x10-6, 8.9 x10-4, and 1.5 x10-4, respectively. Substituting the values in Eq. 4 and 5, the estimated true prevalence (π) is 10.5% (95% CI 8.2% to 12.9%), the correct proportion of the population with previous exposure to SARS-CoV-2. Had merely binomial distribution been used for the calculation of the 95% confidence interval (ignoring the uncertainty in the estimated Se and Sp) instead of Eq. 5, we would have come to a 95% confidence interval of 10.3% to 10.8%, a much narrower interval.

Conclusion

Depending on the Se and Sp of the diagnostic test used in a given prevalence study, the results obtained are generally biased estimates of the true prevalence of the condition of interest (e.g., a disease). The derived apparent prevalence values should therefore be corrected. Based on the variances of the seroprevalence, and the test Se and Sp, it is possible to calculate an unbiased estimation of the true prevalence.
  10 in total

Review 1.  Application of diagnostic tests in veterinary epidemiologic studies.

Authors:  M Greiner; I A Gardner
Journal:  Prev Vet Med       Date:  2000-05-30       Impact factor: 2.670

2.  Exact confidence limits for prevalence of a disease with an imperfect diagnostic test.

Authors:  J Reiczigel; J Földi; L Ozsvári
Journal:  Epidemiol Infect       Date:  2010-03-03       Impact factor: 2.451

3.  Some notes on critical appraisal of prevalence studies: Comment on: "The development of a critical appraisal tool for use in systematic reviews addressing questions of prevalence".

Authors:  Thomas Harder
Journal:  Int J Health Policy Manag       Date:  2014-10-11

4.  Predicting the outcome of asymptomatic univesicular liver hydatids: diagnostic accuracy of unenhanced CT.

Authors:  Farrokh Habibzadeh; Parham Habibzadeh; Alireza Shakibafard; Farrokh Saidi
Journal:  Eur Radiol       Date:  2021-01-16       Impact factor: 5.315

5.  Estimating prevalence from the results of a screening test.

Authors:  W J Rogan; B Gladen
Journal:  Am J Epidemiol       Date:  1978-01       Impact factor: 4.897

Review 6.  On determining the most appropriate test cut-off value: the case of tests with continuous results.

Authors:  Farrokh Habibzadeh; Parham Habibzadeh; Mahboobeh Yadollahie
Journal:  Biochem Med (Zagreb)       Date:  2016-10-15       Impact factor: 2.313

7.  Performance of nucleocapsid and spike-based SARS-CoV-2 serologic assays.

Authors:  Zahra Rikhtegaran Tehrani; Saman Saadat; Ebtehal Saleh; Xin Ouyang; Niel Constantine; Anthony L DeVico; Anthony D Harris; George K Lewis; Shyam Kottilil; Mohammad M Sajadi
Journal:  PLoS One       Date:  2020-11-02       Impact factor: 3.240

8.  Comparison of a rapid immunochromatographic test with a chemiluminescence immunoassay for detection of anti-SARS-CoV-2 IgM and IgG.

Authors:  Caterina Maria Gambino; Bruna Lo Sasso; Claudia Colomba; Rosaria Vincenza Giglio; Luisa Agnello; Giulia Bivona; Marcello Ciaccio
Journal:  Biochem Med (Zagreb)       Date:  2020-10-15       Impact factor: 2.313

9.  On the information hidden in a classifier distribution.

Authors:  Farrokh Habibzadeh; Parham Habibzadeh; Mahboobeh Yadollahie; Hooman Roozbehi
Journal:  Sci Rep       Date:  2021-01-13       Impact factor: 4.379

10.  Mass SARS-CoV-2 serological screening, a population-based study in the Principality of Andorra.

Authors:  Cristina Royo-Cebrecos; David Vilanova; Joel López; Vanesa Arroyo; Marc Pons; Guillem Francisco; Mireia G Carrasco; Josep M Piqué; Sergi Sanz; Carlota Dobaño; Alberto L García-Basteiro
Journal:  Lancet Reg Health Eur       Date:  2021-05-21
  10 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.