Abstract
The distribution of health care payments to insurance plans has substantial consequences for social policy. Risk adjustment formulas predict spending in health insurance markets in order to provide fair benefits and health care coverage for all enrollees, regardless of their health status. Unfortunately, current risk adjustment formulas are known to underpredict spending for specific groups of enrollees leading to undercompensated payments to health insurers. This incentivizes insurers to design their plans such that individuals in undercompensated groups will be less likely to enroll, impacting access to health care for these groups. To improve risk adjustment formulas for undercompensated groups, we expand on concepts from the statistics, computer science, and health economics literature to develop new fair regression methods for continuous outcomes by building fairness considerations directly into the objective function. We additionally propose a novel measure of fairness while asserting that a suite of metrics is necessary in order to evaluate risk adjustment formulas more fully. Our data application using the IBM MarketScan Research Databases and simulation studies demonstrates that these new fair regression methods may lead to massive improvements in group fairness (eg, 98%) with only small reductions in overall fit (eg, 4%).
Keywords: constrained regression, fairness, penalized regression, risk adjustment
1. INTRODUCTION
Risk adjustment is a method for correcting payments to health insurers such that they reflect the cost of their enrollees relative to enrollee health. It is implemented by most federally regulated health insurance markets in the United States, including Medicare Advantage and the individual health insurance Marketplaces created by the Affordable Care Act, to prevent losses to insurers who take on sicker enrollees (Pope et al., 2004; McGuire et al., 2013; Kautter et al., 2014). Current risk adjustment formulas use ordinary least squares (OLS) linear regression to predict health plan payments with select demographic information and diagnosis codes from medical claims. These OLS‐based formulas are then typically evaluated with overall measures of statistical fit, such as R 2.
While R 2 is an important benchmark for evaluating global fit, it lacks information on other dimensions. As a result, risk adjustment has been criticized for not incentivizing efficient payment systems, spending, or population health management (Ash and Ellis, 2012; Layton et al., 2017), and for poorly estimating health costs for some groups by underpredicting their spending relative to average observed spending in the group. Underpredicting spending leads to undercompensation to the insurer, and there is evidence that insurers adjust the prescription drugs, services, and providers they cover (ie, benefit design) to make health plans less attractive for enrollees in undercompensated groups (Shepard, 2016; Carey, 2017; Geruso et al., 2017). Examples of undercompensated groups include enrollees with specific medical conditions, high‐cost enrollees, and partial‐year enrollees (van Kleef et al., 2013; Montz et al., 2016; Ericson et al., 2017). Recent research has also shown that health plan insurers have the ability to identify undercompensated groups (Jacobs and Sommers, 2015; Geruso et al., 2017; Rose et al., 2017).
What constitutes a fair or unfair algorithm depends heavily on the context. These fairness concepts and methods have been largely developed in the computer science literature (Chouldechova and Roth, 2018). We will consider risk adjustment formulas unfair if they underpredict spending for a prespecified group of enrollees, which then incentivizes differential treatment for the group via benefit design due to this undercompensation. For example, if average observed spending for individuals with mental health and substance use disorders (MHSUD) is $10 000, but average predicted spending in this group is $8000, the risk adjustment formula may be unfair for the MHSUD group by “substantially” underpredicting their spending. We define formal metrics for evaluating fairness in risk adjustment formulas using group residual errors in the next section.
Methods for addressing fairness are often divided into three categories based on the point in the learning process at which fairness is addressed: the preprocessing, fitting, or postprocessing phase. If the data are inherently biased, then preprocessing techniques are a possible solution. These methods create fair datasets by transforming or changing the data so that it is no longer biased (eg, Kamiran and Calders, 2009; Zemel et al., 2013). It has been shown that current spending patterns among various groups may be undesirable, and using observed spending data, we reinforce these unfair patterns. A recent study explored this concept by transferring funds to undercompensated groups in the raw data in order to promote more ideal spending patterns (Bergquist et al., 2019).
One of the most common fitting phase approaches in risk adjustment attempts to fix group undercompensation by adding new variables representative of the groups in the risk adjustment formula (van Kleef et al., 2013). While this is a straightforward idea, it can be problematic if those variables are unavailable, incentivize over‐ or underutilization of health services, or the risk adjustment formula does not recognize the improvement (Rose and McGuire, 2019). Fitting techniques in fairness include separate formulas for protected classes as well as fairness penalty terms or constraints (Kamishima et al., 2012; Dwork et al., 2018). We see intersections of these areas in the risk adjustment literature with separate formulas for enrollees with MHSUD (Shrestha et al., 2018) and constrained regression to reduce undercompensation for specific groups (van Kleef et al., 2017). Notably, separate risk adjustment formulas are already used in practice for infants and adults due to known differences in spending patterns. Nonparametric statistical machine learning methods to enhance estimation accuracy in risk adjustment have also been explored for the fitting stage (Rose, 2016; Shrestha et al., 2018; Park and Basu, 2018), but none of these tools are currently deployed in the US health care system.
Postprocessing techniques modify the results after fitting by, for example, creating specific classification thresholds for different groups (Hardt et al., 2016; Kleinberg et al., 2018). These methods separate fit from fairness objectives and allow using the same prediction function for multiple fairness objectives. Reinsurance, paying insurers for a portion of the costs of high‐cost enrollees, can be considered postprocessing for risk adjustment in that it reduces undercompensation for high‐risk enrollees (McGuire and van Kleef, 2018).
In this paper, we focus on the fitting phase and expand on concepts from statistics, computer science, and health economics, proposing new estimation methods and measures to improve risk adjustment formulas for undercompensated groups. We develop two new fair regression estimators for continuous outcomes that reduce residual errors for an undercompensated group by building fairness considerations directly into the objective function. We also extend a definition of fairness from the computer science and statistics literature for the risk adjustment setting while additionally considering existing measures.
Our application features the IBM MarketScan Research Databases. This set of databases contains enrollee‐level claims, demographic information, and health plan spending for a sample of individuals (and their dependents) insured by private health plans and large employers across the country. In 2014, the IBM MarketScan Research Databases were used by the federal government to develop the risk adjustment formulas for the individual health insurance Marketplaces. Thus, this data source is particularly policy relevant. The undercompensated group we focus on for this data application is enrollees with MHSUD. We select this group for two major reasons. First, individuals with MHSUD are known to have substantially undercompensated payments in current risk adjustment formulas (Montz et al., 2016). Second, about 20% of people in the United States have MHSUD, thus it is a priority area for policy change. Although the data are representative of only a subset of the US health insurance market, our methods are appropriate for other markets and different application settings with continuous outcomes. The methods and metrics we present are compared in this data analysis as well as simulation studies.
2. STATISTICAL FRAMEWORK
This section describes our approach to fair regression. It involves a suite of fairness measures for evaluating new and existing regression tools in an effort to improve risk adjustment formulas for undercompensated groups. A typical algorithmic fairness problem has an outcome Y and input vector X that includes a protected group . The goal is to create an estimator for the function that maps X to Y, while aiming to ensure that the function is fair for protected group A. Although our main goal is to understand whether estimation methods beyond OLS, including those we newly propose, improve fairness for risk adjustment, we also wish to focus on interpretability for stakeholders, such as government agencies, insurers, providers, and enrollees. Therefore, constrained and penalized regressions were natural choices to enforce fairness in risk adjustment for undercompensated groups.
2.1. Measures
The most commonly used measures of fairness are based on the notion of group fairness, striving for similarity in predicted outcomes or errors for groups. Let g be the set containing all enrollees with MHSUD (ie, the undercompensated group), indexed by i. The complement group, all enrollees without MHSUD, is denoted by and indexed by j. Overall sample size, , is indexed by k. Group undercompensation is a result of large average group residuals in the risk adjustment formula. We define fairness as a function of these residual errors given that many undercompensated groups have substantially higher average health care costs. Thus, enforcing similar predicted outcomes between g and would be unfair to both. In this subsection, we present three relevant existing measures of group fairness, a new extension of fair covariance modified for group fairness with continuous outcomes, and R 2 as a metric of overall global fit.
2.1.1. Mean residual difference
Comparing mean residual errors between a group g and its complement aims to assess fairness by evaluating whether this difference is close to zero (Calders et al., 2013): . To date, this metric has not been applied in risk adjustment.
2.1.2. Net compensation
Net compensation is a related measure from the health economics literature on the same scale as the mean residual difference (Layton et al., 2017): . It does not contain a term for the mean residual in the complement group. Therefore, this measure focuses on a reduction in the residuals for g rather than similarity in residuals between the groups. A parallel net compensation measure can be calculated for .
We highlight that we intentionally take the difference rather than so that undercompensation for those in g aligns with a negative value of net compensation, in line with previous literature (eg, Bergquist et al., 2019). This is reflected in the mean residual difference definition above as well. We do not maintain this ordering for the corresponding estimators in Section 2.2 as we wish to penalize large undercompensation in net compensation penalized regression by adding to the squared error, and the squared term for mean residual difference penalized regression negates the ordering distinction.
2.1.3. Predictive ratios
Predictive ratios are commonly used to quantify the underpayment for specific groups in risk adjustment (Pope et al., 2004): . Net compensation provides the absolute magnitude of the loss in dollars, whereas predictive ratios provide the relative size of the loss. Predictive ratios can also be created for .
2.1.4. Fair covariance
Other fairness work creates a measure based on the idea that to be fair, the predicted outcome (or residual error) and protected class must be independent. Using the covariance between the predicted outcome (or residual error) and the protected class as a proxy for independence, that work establishes a fairness measure (Zafar et al., 2017a; 2017b). Because this prior metric assumes that outcomes are classified into discrete categories, we extend the definition to define a new measure of fair covariance for residual errors with continuous Y. Our measure is given by , where is the random variable indicating membership in g. This measure is bounded by the covariance of the undercompensated group and the OLS residual, which we refer to as . Our fair covariance measure allows one to see the empirical signal for systematic undercompensation through residual covariance and it can also be scaled by such that it is bounded between 0 and 1.
2.1.5. Global fit
In addition to fairness measures, we also evaluate overall fit with the traditional measure used in risk adjustment, which is , which we present as a percent. Given current policymaker prioritization of global metrics, it is important to compare estimators with both group and overall fit measures to understand the impact on global fit when seeking fairness for undercompensated groups.
The measures we consider above assume that the data include unbiased Y, which may not be the case in practice. Additionally, fairness is frequently assessed for one or two groups, as we also do here. In reality, we are often concerned about fairness for many groups. This requires the ability to define all meaningful groups, which is not always an objective task. There are also trade‐offs involved in selecting a fairness metric, and ensuring that fairness based on one definition does not necessarily guarantee a satisfying solution with respect to other fairness measures or overall fit (Kleinberg et al., 2016; Chouldechova, 2016; Berk et al., 2017). We return to these issues in our discussion. In Web Appendix A, we present a new extension of a fairness measure for comparing individual residual errors rather than mean residual errors. This group residual difference metric is not practical to implement at scale in risk adjustment, thus we do not deploy it here, but could be useful for small N settings.
2.2. Estimation methods
We present five methods that incorporate a fairness objective with a constraint or penalty to improve risk adjustment formulas for undercompensated groups. Two of these methods, covariance constrained regression and net compensation penalized regression, are new contributions, and all five methods will also be compared to the OLS estimator. We have a continuous spending outcome Y, a vector of binary health variables , an input vector , and a coefficient vector θ indexed by p. For OLS, we aim to solve the following regression problem: .
2.2.1. Average constrained regression
A previously proposed constrained regression method for risk adjustment requires that the estimated average spending for the undercompensated group is equal to the average spending, which means that net compensation for the undercompensated group is zero (van Kleef et al., 2017). This is achieved by including a constraint: , subject to . The given constraint has been applied in the risk adjustment literature to reduce undercompensation for select groups (van Kleef et al., 2017; Bergquist et al., 2019).
2.2.2. Weighted average constrained regression
The next existing method relaxes the previous constraint, allowing the estimated spending to be a weighted average of the average spending of the undercompensated group and the estimated spending under unconstrained OLS: , subject to , where is the coefficient vector from the OLS. The hyperparameter is a weighting factor. When , this method is equivalent to average constrained regression, and when it is equivalent to OLS. Weighted average constrained regression has been shown to reduce undercompensation for select groups in the Netherlands risk adjustment formula (van Kleef et al., 2017).
2.2.3. Covariance constrained regression
The class of covariance methods we consider impose a constraint on the residual by requiring that the covariance between the residual and the protected class is close to zero (Zafar et al., 2017a; 2017b). We extend these techniques to propose a new method for our risk adjustment setting where we have a continuous residual, which has not been previously explored. In order to solve the optimization problem, we convert it into a convex problem. We simplify the covariance as follows:
Now that we have the covariance in the form of a convex problem, we can define what we need to solve: , subject to and . Parallel to the literature for discrete categories (Zafar et al., 2017b), we set , where m is a multiplicative factor and is the covariance of the undercompensated group and the OLS residual. The upper bound for c occurs at , which is .
As we are primarily concerned with the residual of the undercompensated group being too large, we choose to instead bind the covariance on one side in our implementation of this method. In other words, we constrain the covariance to be less than some percentage of the OLS covariance (as defined by the hyperparameter m). A one‐sided constraint also yields faster optimization. The updated optimization problem is: , subject to .
2.2.4. Mean residual difference penalized regression
The relationship between penalized and constrained regressions is well recognized in statistics (Hastie et al., 2009), and one could equivalently reformulate the above constraints as penalties. Penalized regression has also been explored in the fairness literature. Calders et al. (2013) consider constrained formulations of their approaches, but propose the flexibility of penalization as an alternative due to the possibility of degenerate solutions with a high number of constraints. In their mean residual difference regression technique, one penalizes with large mean residual differences between the undercompensated group and the complement group. The coefficients minimize: , where hyperparameter λ can be user‐specified or chosen via cross‐validation, and its magnitude will be on the same scale as Y.
2.2.5. Net compensation penalized regression
In our second new method, rather than imposing a constraint, we also formulate a penalized regression. Our regression involves the inclusion of a custom net compensation penalty term in the minimization problem: . This penalty punishes estimators where the net compensation, or difference between the average spending and predicted spending for the undercompensated group, is large. We can alternatively present our new method as a constraint: , subject to , where the hyperparameter z is positive and has a one‐to‐one correspondence with, but is not equal to, λ when the constraint is binding. We choose to primarily implement this method as a penalized regression to explore differences in performance with the mean residual difference penalized regression for the same values of λ. However, simulation studies in Web Appendix B of the Supporting Information examine the performance of the constrained formulation.
2.3. Computational implementation
These six methods were evaluated to assess both overall fit and fairness goals with fivefold cross‐validation in our data analysis and simulations using the suite of five measures defined in Section 2.1. OLS was implemented in the R programming language with the lm() function. All other estimators were optimized using the CVXR package. This package uses disciplined convex programming to solve optimization problems and allows users to specify novel constraints and penalties (Fu et al., 2019).
3. HEALTH CARE SPENDING APPLICATION
We selected a random sample of 100 000 enrollees from the IBM MarketScan Research Databases. Age, sex, and diagnosed health conditions, all from the year 2015, were used to predict total annual expenditures in 2016. Diagnosed health conditions took the form of the established Hierarchical Condition Category (HCC) variables created for risk adjustment. HCCs were developed by the Department of Health and Human Services to group a selection of International Classification of Disease and Related Health Problems (ICD) codes into indicators for various health conditions (Pope et al., 2004; Kautter et al., 2014). We considered the 79 HCC variables currently used in Medicare Advantage risk adjustment formulas and retained the 62 HCCs that had at least 30 enrollees with the condition. See Web Appendix C for a list of the 62 HCCs included in the regression formulas. Our sample of enrollees was 52% females and between the ages of 21 and 63, with median age 45. Mean and median annual expenditures per enrollee were $6651 and $1511, respectively.
We defined enrollees with MHSUD, our protected group A, using Clinical Classification Software (CCS) categories. This classification system maps each MHSUD‐related ICD code to a CCS category, unlike the HCCs, which only map a subset of MHSUD‐related ICD codes. Based on CCS categories, 13.8% of the sample had a diagnosis code for MHSUD compared to 2.6% had we used HCCs. We note that we do not capture enrollees with MHSUD who do not have an ICD code for their condition(s). The mean annual expenditures for MHSUD enrollees in our sample were $11 520 versus $5880 for enrollees without MHSUD (and $3744 vs. $1274 for median annual expenditures).
We compared each method to determine which estimators were best at reducing undercompensation for enrollees with MHSUD, and at what cost to overall statistical fit. In Table 1, we report the top estimators with respect to fairness for each of the six methods, having selected the hyperparameter value that optimizes the fairness measures (for those that have these parameters). Hyperparameter values were user‐specified from the range of plausible values. For example, in the covariance constrained regression, m can range from 0 to 1, and we considered . Comparisons of global fit versus group fairness for the three methods with variation in performance by hyperparameter can be found in Figure 1.
Table 1.
Predictive ratio | Net compensation | ||||||||
---|---|---|---|---|---|---|---|---|---|
Method | R 2 | g |
|
g |
|
Mean residual difference | Fair covariance | ||
Average | 12.4% | 0.996 | 1.001 | −$46 | $4 | −$50 | 6 | ||
Covariance | 12.4 | 0.996 | 1.001 | −46 | 4 | −50 | 6 | ||
Net compensation* | 12.5 | 0.980 | 1.006 | −232 | 34 | −266 | 31 | ||
Weighted average† | 12.6 | 0.964 | 1.011 | −411 | 62 | −473 | 56 | ||
Mean residual difference‡ | 12.8 | 0.895 | 1.032 | −1208 | 188 | −1396 | 164 | ||
OLS | 12.9 | 0.837 | 1.050 | −1872 | 293 | −2165 | 256 |
* .
† .
‡ .
Note: Measures calculated based on cross‐validated predicted values and sorted on net compensation. Best performing hyperparameters for each estimator (with respect to fairness measures) are displayed. Performance for covariance method was same for all m. is the complement of g.
OLS had a cross‐validated R 2 measure of 12.9%, a predictive ratio of 0.837 for individuals with MHSUD, and underestimated average MHSUD spending by −$1,872, with a mean residual difference of −$2,165. The fair covariance measure was 256. Average spending for enrollees without MHSUD was overestimated by $293 with a predictive ratio of 1.050. OLS had the worst performance along all fairness metrics while producing an R 2 only trivially higher than the competing methods.
We found the best improvement in fairness for MHSUD using the existing average constrained regression and our new covariance constrained regression. These two methods had similar performance, although not identical performance, and reduced the average undercompensation for enrollees with MHSUD to −$46 (vs. −$1,872 in the OLS), a relative improvement of 98%. They also increased the predictive ratio from 0.837 to 0.996. Enrollees without MHSUD were overestimated by only $4 and had a predictive ratio of 1.001. Both methods reduced the fair covariance measure from 256 to 6. Unsurprisingly, these two estimators were also the worst performers on overall fit as measured by R 2, although it was a loss of only 4%, from 12.9% to 12.4%. This small 0.5 percentage point loss in R 2 may be tolerable to policymakers.
Recall that the weighted average constrained regression is a compromise estimator between the OLS and average constrained regression. As α approached one in the first panel of Figure 1, the metrics more closely resembled the OLS results. As α approached zero, we saw values closer to the average constrained regression results, although was not only dominated by the average constrained and covariance constrained regressions, but also the net compensation penalized regression with .
The remaining two methods were regressions with customized penalty terms to punish unfair estimates. Our proposed net compensation penalized regression varied substantially by hyperparameter (see the second panel in Figure 1), although was the third best performer overall when 10 000. Large λ values yielded extremely poor performance on both overall fit and fairness. At , R 2 dropped by 12% to 11.9%, and when λ increased to 30 000, R 2 dropped to 9%, a relative reduction of 29%. These two λ values led to a large over compensation for enrollees with MHSUD. The covariance was also negative, indicating that the residual value for MHSUD was systematically too high. The mean residual difference penalized regression was less sensitive to hyperparameters compared to the net compensation penalized regression (see third panel in Figure 1). The best performance for mean residual difference penalized regression was at ; it improved on the MHSUD predictive ratio for OLS by 7% (from 0.837 to 0.895) with an R 2 loss of less than 1%. However, the best performing net compensation penalized regression had an 81% improvement over the best performing mean residual difference penalized regression when comparing MHSUD net compensation, as well as large improvements in predictive ratios (0.895 vs. 0.980) and fair covariance (164 vs. 31).
We also examined the HCC variable coefficients for the best performing estimators, the average constrained and covariance constrained regressions, in comparison to OLS. Risk adjustment coefficients communicate incentives to insurers and providers related to prevention and care. For example, coefficients that do not reflect costs can impact an insurer's incentives in creating their plan offerings. Coefficients for the average constrained and covariance constrained regressions were nearly identical when rounded off to the nearest whole dollar, thus we display OLS versus covariance constrained regression in Figure 2. We considered the largest five increases and largest five decreases from OLS to covariance constrained regression, and observed sizable increases in the estimated coefficients associated with MHSUD. The largest relative increase was 180% for “Schizophrenia.” Relative decreases were much smaller.
4. SIMULATION STUDY
A set of simulation scenarios was developed to explore how these regression methods perform in other settings. We generated a population of 100 000 observations with two continuous outcomes Y 1 and Y 2 that were each a function of covariates in and two distinct yet partially overlapping protected classes (A 1 and A 2) that depended on variables in X. Scenario 1 considered a complex functional form for Y 1 and regression estimators that were misspecified, including omitted X variables. Scenario 2 examined a less complex functional form in Y 2 and regression estimators that were misspecified, including additional noise variables but no omitted X variables. A third scenario is discussed in Web Appendix B of the Supporting Information, along with complete details for the simulated population and first two scenarios. For each scenario, we drew 500 samples of 1000 and 10 000 observations from the simulated population of 100 000 observations. As in the data analysis, hyperparameter values were user‐specified from the range of plausible values.
Selected results are presented in Figure 3, which includes OLS and those methods that improved fairness measures for protected class A 1 with a relative R 2 loss ⩽10%. Notably, average constrained and covariance constrained regressions, the tied top estimators in our data analysis, do not appear. This was common across settings; average constrained and covariance constrained regressions often struggled with functional form misspecification. However, net compensation penalized regression, which performed well in our data analysis, also performed well in the simulations with respect to achieving metric balance between global fit decreases and group fit increases. Additional results are available in Web Appendix B of the Supporting Information.
5. DISCUSSION
We proposed new fair regression methods aiming to improve risk adjustment for undercompensated groups and asserted that a broader set of metrics is needed. As expected, there was no single method that performed the best across all the measures. One of our newly proposed techniques, net compensation penalized regression, had strong performance with respect to fairness and global fit in both the data analysis and simulations. Selecting the “best” method relies on subjective decisions regarding how to balance group fairness versus overall fit trade‐offs. Improvements in fairness resulted in subsequent decreases in R 2. However, for many estimators, particularly in our data analysis, improvements in fairness were larger than the subsequent decreases in overall fit. This suggests that if we allow for a slight drop in overall fit, we could greatly increase compensation for MHSUD. Policymakers need to consider whether they are willing to sacrifice small reductions in global fit for large improvements in fairness.
We used a sample of enrollees in our demonstration. At scale in a policy implementation, data from millions of enrollees would be used to estimate health spending. Solutions to group undercompensation must be scalable, and current software may or may not yet be capable of handling the sample sizes required. We tested the CVXR optimization package on larger samples and found that it was able to find solutions on a sample of 1 000 000 observations over the span of 3 days (vs. 7 h for the 100 000 enrollee sample). While the optimization results were not within the ideal optimal threshold, they still converged and the results were similar to those presented in this paper, which is promising. Future work includes additional studies regarding scalability. In our analyses, we also selected among user‐specified hyperparameter values with cross‐validation. A more thorough approach, with possibly improved results, would explore the hyperparameter space in an automated way to select values that optimize over joint fairness and fit objectives. As a general guideline, we found that yielded reasonable metric balance for our newly proposed net compensation penalized regression.
We focused on one group that risk adjustment is known to disadvantage, but it is important to extend such strategies to multiple groups. Improvements for one group could result in subsequent undercompensation for other groups, and balancing fairness across an increasing number of groups is an as yet unsolved problem in risk adjustment. Our simulations examined two protected classes, and we found that improving fairness for one group did not generally help or harm the second group. Earlier research developing methods for the preprocessing phase found that reducing undercompensation for enrollees with MHSUD improved fairness measures for other groups, including enrollees with multiple chronic conditions but without MHSUD. Among the groups included in their comparisons, only enrollees with heart disease had slight reductions in fairness (Bergquist et al., 2019). But even the act of defining the groups poses a problem, as this can be subjective, potentially favoring larger groups with well‐funded advocacy organizations. Undercompensation could be undetected in many other lesser‐known groups. However, we can only measure undercompensation for groups that are identified by available data, and socioeconomic information, such as poverty and housing, are not available at the individual level for risk adjustment (Ellis et al., 2018).
Broadly, data‐driven decisions have come under scrutiny for perpetuating human biases, which certainly exists in risk adjustment. Arguments for a more comprehensive view of research results is increasing among scientific researchers today (Gibney, 2018). Recent work argues that evaluating methods from a purely statistical standpoint can lead to negative consequences, and that policy aims should be better incorporated into our research (Corbett‐Davies and Goel, 2018). Our paper follows in this spirit, and we presented additional estimators and comparisons across multiple measures for the numerous (sometimes competing) goals of risk adjustment. While we worked within the specific context of risk adjustment, the fairness methods and measures discussed here have implications for other settings with continuous outcomes, which have been understudied relative to binary outcomes.
Supporting information
ACKNOWLEDGMENTS
This work was supported by an NIH Director's New Innovator Award DP2‐MD012722. The authors thank the Health Policy Data Science Lab, Thomas G. McGuire, Berk Ustun, José Zubizarreta, and the anonymous reviewers for helpful comments.
Zink A, Rose S. Fair regression for health care spending. Biometrics. 2020;76:973–982. 10.1111/biom.13206
REFERENCES
- Ash, A.S. and Ellis, R.P. , (2012) Risk‐adjusted payment and performance assessment for primary care. Medical Care, 50, 643–653. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Bergquist, S.L. , Layton, T.J. , McGuire, T.G. and Rose, S. , (2019) Data transformations to improve the performance of health plan payment methods. Journal of Health Economics, 66, 195–207. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Berk, R. , Heidari, H. , Jabbari, S. , Kearns, M. and Roth, A. (2017) Fairness in criminal justice risk assessments: the state of the art. Sociological Methods & Research. 10.1177/0049124118782533 [DOI] [Google Scholar]
- Calders, T. , Karim, A. , Kamiran, F. , Ali, W. and Zhang, X. (2013) Controlling attribute effect in linear regression In: 2013 IEEE 13th International Conference on Data Mining, Dallas, TX. [Google Scholar]
- Carey, C. , (2017) Technological change and risk adjustment: benefit design incentives in Medicare Part D. American Economic Journal: Economic Policy, 9, 38–73. [Google Scholar]
- Chouldechova, A. (2016) Fair prediction with disparate impact: a study of bias in recidivism prediction instruments In: 2016 Workshop on Fairness, Accountability, and Transparency in Machine Learning, New York, NY. [DOI] [PubMed] [Google Scholar]
- Chouldechova, A. and Roth, A. (2018) The frontiers of fairness in machine learning. Arxiv [Preprint] Available at: arxiv.org/abs/1810.08810.
- Corbett‐Davies, S. and Goel, S. (2018) The measure and mismeasure of fairness: a critical review of fair machine learning. Arxiv [Preprint] Available at: arxiv.org/abs/1808.00023.
- Dwork, C. , Immorlica, N. , Kalai, A.T. and Leiserson, M. , (2018) Decoupled classifiers for fair and efficient machine learning. Proceedings of Machine Learning Research, 81, 119–133. [Google Scholar]
- Ellis, R.P. , Martins, B. and Rose, S. (2018) Risk adjustment for health plan payment In: McGuire T.G. and van Kleef R.C. (Eds.) Risk Adjustment, Risk Sharing and Premium Regulation in Health Insurance Markets: Theory and Practice. Amsterdam: Elsevier, pp. 55–104. [Google Scholar]
- Ericson, K.M. , Geissler, K. and Lubin, B. (2017) The impact of partial‐year enrollment on the accuracy of risk adjustment systems: a framework and evidence. NBER Working Paper #23765. Available at: nber.org/papers/w23765.
- Fu, A. , Narasimhan, B. and Boyd, S. (2019) CVXR: an R package for disciplined convex optimization. Journal of Statistical Software, in press. [Google Scholar]
- Geruso, M. , Layton, T.J. and Prinz, D. (2017) Screening in contract design: evidence from the ACA health insurance exchanges. NBER Working Paper #22832. Available at: nber.org/papers/w22832. [DOI] [PMC free article] [PubMed]
- Gibney, E. (2018) The ethics of computer science: this researcher has a controversial proposal. Available at: nature.com/articles/d41586‐018‐05791‐w [Accessed 9 August 2018].
- Hardt, M. , Price, E. and Srebro, N. (2016) Equality of opportunity in supervised learning In: Proceedings of the 30th International Conference on Neural Information Processing Systems, Barcelona, Spain. [Google Scholar]
- Hastie, T. , Tibshirani, R. and Friedman, J. (2009) The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2nd edition New York City: Springer. [Google Scholar]
- Jacobs, D.B. and Sommers, B.D. , (2015) Using drugs to discriminate—adverse selection in the insurance marketplace. NEJM, 372, 399–402. [DOI] [PubMed] [Google Scholar]
- Kamiran, F. and Calders, T. (2009) Classifying without discrimination In: 2009 2nd International Conference on Computer, Control and Communication, Karachi, Pakistan. [Google Scholar]
- Kamishima, T. , Akaho, S. , Asoh, H. and Sakuma, J. (2012) Fairness‐aware classifier with prejudice remover regularizer In Flach P.A., De Bie T., Cristianini N. (Eds.) Machine Learning and Knowledge Discovery in Databases, Vol. 7524. Berlin: Springer. [Google Scholar]
- Kautter, J. , Pope, G.C. , Ingber, M. , Freeman, S. , Patterson, L. , Cohen, M. and Keenan, P. (2014) The HHS‐HCC risk adjustment model for individual and small group markets under the Affordable Care Act. Medicare & Medicaid Research Review, 4 Available at: 10.5600/mmrr2014-004-03-a03. [DOI] [PMC free article] [PubMed] [Google Scholar]
- van Kleef, R.C. , McGuire, T.G. , van Vliet, R . and van de Ven, W. , (2017) Improving risk equalization with constrained regression. The European Journal of Health Economics, 18, 1137–1156. [DOI] [PMC free article] [PubMed] [Google Scholar]
- van Kleef, R.C. , van Vliet, R.C. and Van de Ven, W.P. , (2013) Risk equalization in The Netherlands: an empirical evaluation. Expert Review of Pharmacoeconomics & Outcomes Research, 13, 829–839. [DOI] [PubMed] [Google Scholar]
- Kleinberg, J. , Ludwig, J. , Mullainathan, S . and Rambachan, A. , (2018) Algorithmic fairness. AEA Papers and Proceedings, 108, 22–27. [Google Scholar]
- Kleinberg, J. , Mullainathan, S. and Raghavan, M. (2016) Inherent trade‐offs in the fair determination of risk scores. Arxiv [Preprint] Available at: arxiv.org/abs/1609.05807.
- Layton, T.J. , Ellis, R.P. , McGuire, T.G. and van Kleef, R.C. , (2017) Measuring efficiency of health plan payment systems in managed competition health insurance markets. Journal of Health Economics, 56, 237–255. [DOI] [PMC free article] [PubMed] [Google Scholar]
- McGuire, T. and van Kleef, R. , (Eds.) (2018) Risk Adjustment, Risk Sharing and Premium Regulation in Health Insurance Markets. Amsterdam: Elsevier. [Google Scholar]
- McGuire, T.G. , Glazer, J. , Newhouse, J.P. , Normand, S.L. , Shi, J. , Sinaiko, A.D. et al., (2013) Integrating risk adjustment and enrollee premiums in health plan payment. Journal of Health Economics, 32, 1263–1277. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Montz, E. , Layton, T.J. , Busch, A.B. , Ellis, R.P. , Rose, S . and McGuire, T.G. , (2016) Risk adjustment simulation: plans may have incentives to distort mental health and substance use coverage. Health Affairs, 35, 1022–1028. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Park, S . and Basu, A. , (2018) Alternative evaluation metrics for risk adjustment methods. Health Economics, 27, 984–1010. [DOI] [PubMed] [Google Scholar]
- Pope, G.C. , Kautter, J. , Ellis, R.P. , Ash, A.S. , Ayanian, J.Z. , Iezzoni, L.I. et al., (2004) Risk adjustment for medicare capitation payments using the CMS‐HCC model. Health Care Financing Review, 25, 119–141. [PMC free article] [PubMed] [Google Scholar]
- Rose, S. , (2016) A machine learning framework for plan payment risk adjustment. Health Services Research, 51, 2358–2374. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Rose, S. , Bergquist, S.L. and Layton, T.J. , (2017) Computational health economics for identification of unprofitable health care enrollees. Biostatistics, 18, 682–694. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Rose, S . and McGuire, T.G. , (2019) Limitations of P‐values and R‐squared for stepwise regression building: a fairness demonstration in health policy risk adjustment. The American Statistician, 73, 152–156. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Shepard, M. (2016) Hospital network competition and adverse selection: evidence from the Massachusetts Health Insurance Exchange. NBER Working Paper #22600. Available at: nber.org/papers/w22600.
- Shrestha, A. , Bergquist, S L., Montz, E . and Rose, S. , (2018) Mental health risk adjustment with clinical categories and machine learning. Health Services Research, 53, 3189–3206. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Zafar, M.B. , Valera, I. , Rodriguez, M.G. and Gummadi, K.P. (2017a) Fairness beyond disparate treatment & disparate impact: learning classification without disparate mistreatment In: Proceedings of the 26th International Conference on World Wide Web, Perth, Australia. [Google Scholar]
- Zafar, M.B. , Valera, I. , Rodriguez, M.G. and Gummadi, K.P. (2017b) Fairness constraints: mechanisms for fair classification In: Proceedings of the 20th International Conference on Artificial Intelligence and Statistics, Florida, USA: Fort Lauderdale. [Google Scholar]
- Zemel, R. , We, Y. , Swersky, K. , Pitassi, T. and Dwork, C. (2013) Learning fair representations In: Proceedings of the 30th International Conference on Machine Learning, Atlanta, GA: PMLR, Vol. 28, pp. 325–333. [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.