nunosempere.github.io/rat/eamentalhealth/analysis
2019-05-27 16:24:04 +02:00
..
A1.png Add files via upload 2019-05-20 11:21:25 +02:00
A2.png Add files via upload 2019-05-20 11:21:25 +02:00
A3.png Add files via upload 2019-05-20 11:21:25 +02:00
p-hacking.md Rename phacking.md to p-hacking.md 2019-05-20 11:27:52 +02:00
readme.md Update readme.md 2019-05-27 16:24:04 +02:00
regressions_EA_mental_health.md Update regressions_EA_mental_health.md 2019-05-21 16:19:23 +02:00
share-with-mental-and-substance-disorders.png Add files via upload 2019-05-20 11:25:04 +02:00

Data Analysis

Index:

  1. Is the population which answered the survey representative of EA overall?
  1. Does EA have a mental health problem?
  2. Is more involvement with EA correlated with mental ilness?
  3. Is being mentally ill predictive of answering yes to: "Do you think you could personally benefit from EA community mental health resources?"
  4. Is having a mental disorder, or thinking you could potentially benefit from mental health ressources correlated with thinking that providing them is likely to be one of the most effective interventions available?
  5. When is an effective use of the EA Community's resources != the most effective intervention?
  6. How does further involment in EA correlate with opinions on the value of mental health resources?
  7. How does productivity lost because of mental health problems correlate with opinions on the value of mental health resources (and viceversa)?
  8. How does mental health affect productivity, and how is this mediated by access to healthcare?
  • 9.1. How does mental health affect productivity?
  • 9.2. How is lost productivity mediated by treatment and access to treatment?
  1. How does access to mental health ressources vary with a variety of factors?
  • 10.1. By countries or continent.
  • 10.2. By race/ethnicity.
  • 10.3. By mental health
  • 10.4. By age
  • 10.5. By involvement in EA.
  1. Insightful comments made by the respondents. [To be added]
  2. Conclusion, with some Fermi estimates. [To be added]

1. Is the population which answered the survey representative of EA overall?

1.1. According to age

1.2. According to country.

1.3. According to gender.

EA Survey 2018:

The majority of people who took the survey reported being male (67%), while 29% of respondents reported that they were female, and approximately 4% described themselves as other or declined to self-identify. This is closely aligned with the 2017 survey, which had the following gender breakdown: “70.1% identified as male, 26.01% identified as female, 1.9% respondents identified as “other”, and another 21 respondents preferred not to answer.”

However, in this survey, 54.46% of respondents reported being male, 33.33% of respondents reported being female, and 12.21% described themselves as other (7.59%) or declined to self-identify (4.62%).

1.4. Bottom line:

Editorial bottom line: With respect to age, country, and gender, there seem to be significant but not overwhelming differences. The differences in gender identification might be indicative of selection effects affecting this survey. This is because perhaps people in this third category have higher rates of mental ilness. I have explored this hypothesis at length here: A practical exercise in p-hacking (or not).

2. Does EA have a mental health problem?

Initially, I was intending to find out the different mental disorder rates in the different countries, and combine that with the distribution in the data. The webpage Our World in Data provides the necessary data:

We see that the distribution is broadly similar across the countries among which EA has a presence. Most importantly, it doesn't surpass ~25% in any country, whereas among survey respondents:

  • 45% have been diagnosed with one or more mental disorders (from our list).
  • 71% either have been diagnosed with one or more mental disorders, or intuit they have one.
  • The average number of mental ilnesses respondents have been diagnosed with is 0.82
  • The average number of mental ilnesses respondents have either been diagnosed with or intuit they have is 1.68. This number is higher than one because some (many respondents) have more than one disorder.

Thus, we can conclude with certainty that there are selection effects going on. Whether this is at the level of the EA community or at the survey level is not deducible from the data. That is, it could either be that EA attracts people with mental disorders, or that the survey attracts respondents with mental disorders. Thus, we suggest adding a mental health section to the yearly EA Survey by Rethink Charity.

3. Is more involvement with EA correlated with mental ilness?

The first four questions in our survey relate to involvement with EA:

  • How involved are you in the Effective Altruism Community?
  • Do you attend EA meetings?
  • How much impact do EA ideas have on your life?
  • Do you donate part of your income to GiveWell recommended charities?

And two measures of mental ilness:

  • A. A binary variable indicating whether a person was diagnosed with any mental ilness (from our list) or not.
  • B. A binary variable indicating whether a person was diagnosed with any mental ilness / think they have a mental ilness, or not
  • C. An integer variable with the number of mental ilnesses a person has.
  • D. An integer variable with the number of mental ilnesses a person has or thinks they have.

We have run 20 linear models, regressing each of our measures of mental ilness with the answers to each of the four questions, and their sum (where verbal scales are converted to numerical ones when required. For example, a {"No", "Yes"} is converted to {0,1}. As a technical note, whether it's converted to {0,1} or to {1,2} doesn't affect the regression coefficient, just the intercept)

In 17/20 cases, we get a positive but insignificant effect. One case is ambiguous and instill insignificant, and the remaining 2/20 cases are negative but still insignificant. That is, further involvement with EA across all but one model makes one less likely to have mental ilnesses, and to have fewer mental ilnesses, but at no point does this reach significance thresholds.

For example, consider whether attending EA meeting has a positive effect on the binary variable: has been diagnosed with a mental health ilness.

> summary(lm(A$m_ill_or_not ~ A$Do.you.attend.EA.meetings.))

Coefficients:
                                                                                  Estimate Std. Error t value Pr(>|t|)
(Intercept)                                                                         0.3333     0.2893   1.152    0.250
A$Do.you.attend.EA.meetings.No                                                      0.1905     0.2961   0.643    0.520
A$Do.you.attend.EA.meetings.No, but I regularly participate in an EA online group   0.1505     0.3029   0.497    0.620
A$Do.you.attend.EA.meetings.Yes, occasionally                                       0.1026     0.2948   0.348    0.728
A$Do.you.attend.EA.meetings.Yes, often                                              0.1042     0.2926   0.356    0.722

The key column is "Estimate". Smaller numbers are better, and we see that the more often one goes, the less likely is one to have been diagnosed with a mental ilness. No > No, but I regularly participate in an EA online group > Yes, occasionally > Yes often.

In the interest of total disclosure, here is a link with the 20 regressions carried out, and the code used to generate them.

The bottomline seems to be that EA is correlated with better mental health, across almost all measures. However, the error bars are humongous, and no significance thresholds are reached. Note that this is only valid for people who are already involved enough with EA to answer this survey. Curiously, I was kind of expecting the opposite result. It would just have been so much more interesting / contrarian.

4. Is being mentally ill predictive of answering yes to: "Do you think you could personally benefit from EA community mental health resources?"

The two questions which directly ask about mental ilness are:

  • Which of these conditions have you been formally diagnosed with?
  • Which of these conditions do you think you may have, but have never been formally diagnosed with?

And the questions which ask about benefiting from mental health ressources are:

  • Do you think you could personally benefit from EA community mental health resources?
  • Which if any of the following resources do you think you could potentially benefit from?

I model having a mental ilness as before. Independent on the modelization, the answer our question is yes, people with mental ilnesses are more likely to think they can benefit from mental health ressources, with p-values ranging from 0.0004736 to 7.612e-12. The obvious result is indeed obvious, and it serves as a proof of concept: we have enough power to find out some things.

5. Is having a mental disorder, or thinking you could potentially benefit from mental health ressources, correlated with thinking that providing them is likely to be one of the most effective interventions available?

Take a moment to make your predictions before you read ahead.

> colnames(A)[c(23,24,26,27)]
[1] "X.I.believe.that.offering.mental.health.resources.to.its.members.is.an.effective.use.of.the.EA.Community.s.resources.."                           
[2] "X.I.believe.that.offering.mental.health.resources.to.effective.altruists.is.NOT.likely.to.be.one.of.the.most.effective.interventions.available..."
[3] "Do.you.think.you.could.personally.benefit.from.EA.community.mental.health.resources."                                                             
[4] "Which..if.any..of.the.following.resources.do.you.think.you.could.potentially.benefit.from."                                                       

> summary(lm((A[,23]=="Agree" | A[,23]=="Strongly agree")  ~ A[,26] == "Yes"))

Coefficients:
                     Estimate Std. Error t value Pr(>|t|)    
(Intercept)           0.42857    0.03612  11.864  < 2e-16 ***
A[, 26] == "Yes"TRUE  0.29018    0.05558   5.221 3.32e-07 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

I had forgotten how deep the waters are. If people think they can benefit from mental health ressources, the probability that they agree or strongly agree with the statement "I believe that offering mental health resources to its members is an effective use of the EA Community's resources" goes up from 42.857% to 29.018% + 42.857% = 71.875%, with a p-value of 3.321e-07!

Similarly, the probability that they agree with the statement "I believe that offering mental health resources to effective altruists is NOT likely to be one of the most effective interventions available" goes down from 32.571% to 32.571%-16.165% = 16.406%, with a p-value of 0.001409!

> summary(lm((A[,24]=="Agree" | A[,24]=="Strongly agree")  ~ A[,26] == "Yes"))

Coefficients:
                     Estimate Std. Error t value Pr(>|t|)    
(Intercept)           0.32571    0.03260   9.991  < 2e-16 ***
A[, 26] == "Yes"TRUE -0.16165    0.05016  -3.223  0.00141 ** 
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

Two narratives present themselves: 1: This is a bias, a component of self-interest. 2: People who feel mental pain have grokked negative utilitarianism, or similarly have different intuitions about the matter.

For various factors, some of which are opaque to me, my system 1 is more sympathetic with the first framing. Thus, I'd propose that this topic is more conducive to research analysis of the sort in which QALYs are estimated, and that asking the broad public for opinions is not that valuable.

The effect is very robust to different modelizations: regressing instead on empty answers to question 25: "Which if any of the following resources do you think you could potentially benefit from?", regressing on whether the respondents have a mental disorder instead of whether they say they'd benefit from mental health ressources, including "Not sure" answers in the regression, etc.

Here is the above, presented visually

The following table is the cold, raw, hard data for the graphic.

> # Distribution of answers to "Q22: I believe that offering mental health resources to effective altruists\nis NOT likely to be one of the most effective interventions available?"
               group      freq                                                type
1   Neutral/Not sure 47.656250                          Thinks they could benefit.
2           Disagree 28.125000                          Thinks they could benefit.
3  Strongly disagree  7.031250                          Thinks they could benefit.
4              Agree 13.281250                          Thinks they could benefit.
5     Strongly agree  3.125000                          Thinks they could benefit.
6          No answer  0.781250                          Thinks they could benefit.
7   Neutral/Not sure 44.571429  Does not think they could benefit, or is not sure.
8           Disagree 19.428571  Does not think they could benefit, or is not sure.
9              Agree 24.000000  Does not think they could benefit, or is not sure.
10         No answer  1.714286  Does not think they could benefit, or is not sure.
11    Strongly agree  8.571429  Does not think they could benefit, or is not sure.
12 Strongly disagree  1.714286  Does not think they could benefit, or is not sure.

Much could be said about how the above is why we take care of cultivating rationality.

6. Striving for Consistency. When is effective use of the EA Community's resources != the most effective interventions?

According to my understanding of "effective" and "effective altruism", the following two questions have equivalent meanings:

  • "I believe that offering mental health resources to its members is an effective use of the EA Community's resources."
  • "I believe that offering mental health resources to effective altruists is NOT likely to be one of the most effective interventions available."

However, I insisted in adding the second question because the connotations are slightly different, and the bias that they'll produce will go in opposite directions. For an intuition pump:

A Latinobarometro poll in 2004 showed that while a clear majority (63 percent) in Latin America would never support a military government, 55 percent would not mind a nondemocratic government if it solved economic problems.

  • Source: The Power of Survey Design.

As it turns out, only 30% of respondents gave the same answer to the two questions. This is not correlated with mental disorders, age, sex, gender, impact of EA ideas in one's life or involvement in the EA community. It is, however, weakly correlated with donating to GiveWell recommended charities.

7. How does further involment in EA correlate with opinions on the value of mental health resources?

The correlation between involvement in EA and having a positive opinion of providing mental health ressources is positive, but small and not significant at all. I wouldn't read anything into this.

The above is true both if we create a dummy for each possible answer (which are: "Strongly disagree", "Disagree", "", "Neutral/Not sure", "Agree", "Strongly agree") and if we instead convert the answers into a number ("Strongly disagree" = -2, "Disagree" = -1, ""=0, "Neutral/Not sure"=0, "Agree"=1, "Strongly agree"=2) and run a regression on that. For that matter, the switch function in R proved usatisfactory for working on strings; I wrote one more suited to my purposes and sufficient for n=303.

switch2 <- function(Elements, Compare_With, Output_if_found, Output_if_Else){
  Lista = vector() 
  for(element in Elements){
    i=1 
    found=FALSE
    for(comparator in Compare_With){
       if(element == comparator){
         found = TRUE
         Lista = c(Lista, Output_if_found[i])
       }
      i =i +1
    }
    if(found == FALSE){
      Lista = c(Lista,Output_if_Else)
    }
  }
  return(Lista)
}

## This function can then be used as follows:
> colnames(A)[c(23,24)]
[1] "X.I.believe.that.offering.mental.health.resources.to.its.members.is.an.effective.use.of.the.EA.Community.s.resources.."                           
[2] "X.I.believe.that.offering.mental.health.resources.to.effective.altruists.is.NOT.likely.to.be.one.of.the.most.effective.interventions.available..."

switch2(A[,23], c("Strongly disagree", "Disagree", "Agree","Strongly agree"), c(-2,-1,1,2),0) -> Numerical_23
switch2(A[,23], c("Strongly disagree", "Disagree", "Agree","Strongly agree"), c(-2,-1,1,2),0) -> Numerical_24

8. How does productivity lost because of mental health problems correlate with opinions on the value of mental health resources (and viceversa)?

The two questions which ask about productivity lost because of mental health problems are:

  • During the past 14 days, how many hours did you miss from work because of mental health problems? (numerical answer)
  • During the past 14 days, how much did mental health problems affect your productivity while you were working? (numerical answer)

And the two questions which ask about effectiveness of providing mental health ressources are:

  • "I believe that offering mental health resources to its members is an effective use of the EA Community's resources."
  • "I believe that offering mental health resources to effective altruists is NOT likely to be one of the most effective interventions available."

Under a wide range of modelizations / operationalizations, there is ~0 correlation between the two sets of answers. The one exception is if we consider a dummy variable for "hours lost due to mental ilness > 0". In that case, respondents who did lose >0 hours are somewhat more likely to support offering mental health resources, but this does not reach significant levels.

This is surprising, because a positive opinion of offering mental health resources is strongly correlated with thinking you could benefit from them, thinking you could benefit from them is strongly correlated with having a mental condition, and having a mental condition is strongly correlated with losing hours because of mental health.

Of course the relation "(significantly) correlated to" is not transitive in theory, and coming up with a nifty example is not difficult. But it is most curious that the relation is not transitive in practice.

> colnames(A)[c(23,24,26)]
[1] "X.I.believe.that.offering.mental.health.resources.to.its.members.is.an.effective.use.of.the.EA.Community.s.resources.."                           
[2] "X.I.believe.that.offering.mental.health.resources.to.effective.altruists.is.NOT.likely.to.be.one.of.the.most.effective.interventions.available..."
[3] "Do.you.think.you.could.personally.benefit.from.EA.community.mental.health.resources."

> summary(lm(Numerical_23 ~ A[,26]=="No"))
    ## Significantly correlated, with p-value = 6.068e-07
> summary(lm(A[,26] == "No" ~ A$m_ill_or_not))
    ## Significantly correlated, with p-value = 0.0004736
> summary(lm(A$m_ill_or_not ~ hours_lost))
    ## Significantly correlated, with p-value = 5.479e-07
> summary(lm(Numerical_23 ~ hours_lost))
    ## Not significantly correlated!

9. How does mental health affect productivity, and how is this mediated by access to healthcare?

What is the effect of mental health on productivity, and how does access to healthcare mediate it?

9.1. How does mental health affect productivity?

We can correlate our four markers of mental ilness on our two measures of lost productivity lost. However, the correlation runs both ways: from the data we cannot deduce whether people with mental conditions lose productivity, or whether losing productivity (i.e., losing a job) makes people more likely to be mentally ill.

If we assume that the effect is purely unidirectional (mental ilness -> lost productivity), three highlights are:

  • Being diagnosed with one or more mental conditions would cause a loss of ~9 hours per 2 weeks.
  • Each additional diagnosed mental ilness would cause a loss of ~5 hours per 2 weeks.
  • On a subjective 10 point scale, answers to the question ("During the past 14 days, how much did mental health problems affect your productivity while you were working?") increase by ~2 points if the respondent perceives they have at least 1 mental condition.

In total, we run 12 regressions, which are fully documented below. The casual reader is welcome to skip them, and continue to the next section.


# Call: lm(formula = A$m_ill_or_not ~ hours_lost)

Coefficients:
            Estimate Std. Error t value Pr(>|t|)    
(Intercept) 0.403430   0.030657  13.159  < 2e-16 ***
hours_lost  0.009909   0.001886   5.254 2.94e-07 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1


# Call: lm(formula = hours_lost ~ A$m_ill_or_not)

Coefficients:
               Estimate Std. Error t value Pr(>|t|)    
(Intercept)       2.010      1.168   1.721   0.0863 .  
A$m_ill_or_not    8.998      1.713   5.254 2.94e-07 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

# Call: lm(formula = hours_lost ~ A$m_ill_or_not2)

Coefficients:
                Estimate Std. Error t value Pr(>|t|)    
(Intercept)       0.3951     1.6253   0.243    0.808    
A$m_ill_or_not2   8.1099     1.9224   4.219 3.32e-05 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

# Call: lm(formula = hours_lost ~ A$m_ill_or_not + (A$m_ill_or_not2 & 
    !A$m_ill_or_not))

    Coefficients:
                                      Estimate Std. Error t value Pr(>|t|)    
(Intercept)                             0.3951     1.5960   0.248    0.805    
A$m_ill_or_not                         10.6125     2.0274   5.235 3.24e-07 ***
A$m_ill_or_not2 & !A$m_ill_or_notTRUE   3.4571     2.3352   1.480    0.140    
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

# Call: lm(formula = hours_lost ~ A$num_mental_ilnesses)

Coefficients:
                      Estimate Std. Error t value Pr(>|t|)    
(Intercept)              2.174      1.051   2.069   0.0395 *  
A$num_mental_ilnesses    4.856      0.767   6.331 9.58e-10 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

# Call: lm(formula = hours_lost ~ A$num_mental_ilnesses2)

Coefficients:
                       Estimate Std. Error t value Pr(>|t|)    
(Intercept)             -0.6053     1.2060  -0.502    0.616    
A$num_mental_ilnesses2   4.0640     0.5317   7.643 3.33e-13 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

# Call: lm(formula = hours_lost ~ A$num_mental_ilnesses + A$num_mental_ilnesses2)

Coefficients:
                       Estimate Std. Error t value Pr(>|t|)    
(Intercept)             -0.5355     1.2055  -0.444    0.657    
A$num_mental_ilnesses    1.4484     1.0981   1.319    0.188    
A$num_mental_ilnesses2   3.3057     0.7826   4.224 3.25e-05 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

# Call: lm(formula = A$m_ill_or_not ~ effect_while_working)

Coefficients:
                     Estimate Std. Error t value Pr(>|t|)    
(Intercept)           0.10805    0.04885   2.212   0.0278 *  
effect_while_working  0.08744    0.01020   8.577 5.56e-16 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

# Call: lm(formula = effect_while_working ~ A$m_ill_or_not)

Coefficients:
               Estimate Std. Error t value Pr(>|t|)    
(Intercept)      3.0062     0.1806  16.644  < 2e-16 ***
A$m_ill_or_not   2.2764     0.2654   8.577 5.56e-16 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

# Call: lm(formula = effect_while_working ~ A$m_ill_or_not2)

Coefficients:
                Estimate Std. Error t value Pr(>|t|)    
(Intercept)       1.9518     0.2402   8.126 1.22e-14 ***
A$m_ill_or_not2   2.9226     0.2828  10.335  < 2e-16 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

# Call: lm(formula = effect_while_working ~ A$num_mental_ilnesses)

Coefficients:
                      Estimate Std. Error t value Pr(>|t|)    
(Intercept)             3.1341     0.1630  19.228   <2e-16 ***
A$num_mental_ilnesses   1.1130     0.1185   9.394   <2e-16 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

#  Call: lm(formula = effect_while_working ~ A$num_mental_ilnesses2)

Coefficients:
                       Estimate Std. Error t value Pr(>|t|)    
(Intercept)             2.43830    0.18171   13.42   <2e-16 ***
A$num_mental_ilnesses2  0.95910    0.07998   11.99   <2e-16 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

9.2. How is this mediated by treatment and access to treatment?

So unsurprisingly, having a mental ilness decreases both work hours, and self-reported productivity when working. Thus, a pressing question is whether therapy has an effect on that.

Four questions ask about treatment or access to treatment:

  • How challenging was it to receive the mental healthcare services you needed within the past 12 months?
  • How challenging is it to find useful information on mental healthcare services?
  • "I am currently receiving the mental healthcare I need."
  • How satisfied are you with the mental healthcare you've received?

And we can correlate their answers with our measures for lost productivity.

  • During the past 14 days, how many hours did you miss from work because of mental health problems? (numerical answer)
  • During the past 14 days, how much did mental health problems affect your productivity while you were working? (numerical answer)

9.2.1. Mediated by answers to "I am currently receiving the mental healthcare I need".

Respondents could choose one of the following options, after being prompted by the sentence "I am currently receiving the mental healthcare I need":

[1] "Strongly agree"                            
[2] "Agree"                                     
[3] "Strongly disagree"                         
[4] "Disagree"                                  
[5] "I do not currently need mental healthcare."
[6] ""                                          

We can thus define two dummy variables and regress on them.

> Receiving_positive = A[,19]%in%c("Agree", "Strongly agree")*1         ## 1/TRUE if the respondent thinks they're receiving the mental healthcare they need, 0/FALSE otherwise. Note that this excludes respondents who feel that they don't need mental healthcare.
> Receiving_negative= A[,19]%in%c("Disagree", "Strongly disagree")*1    ## 1/TRUE if the respondent thinks they're not receiving the mental healthcare they need, 0/FALSE otherwise.

The results seem to indicate that when respondents receive the mental health care they think they need, they improve. Note that we care about how much. Note as well that both of the coefficients are positive because the intercept refers to respondents who did not feel they needed mental healthcare.

> summary(lm(hours_lost ~ Receiving_positive + Receiving_negative))

Call:
lm(formula = hours_lost ~ Receiving_positive + Receiving_negative)

Coefficients:
                       Estimate Std. Error t value Pr(>|t|)    
(Intercept)              0.6435     1.3885   0.463 0.643388    
Receiving_positiveTRUE   7.7986     2.0297   3.842 0.000151 ***
Receiving_negativeTRUE  10.3071     2.1209   4.860 1.96e-06 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

> summary(lm(effect_while_working ~ Receiving_positive + Receiving_negative))

Call:
lm(formula = effect_while_working ~ Receiving_positive + Receiving_negative)

Coefficients:
                       Estimate Std. Error t value Pr(>|t|)    
(Intercept)              2.4818     0.2123  11.689  < 2e-16 ***
Receiving_positiveTRUE   2.1182     0.3077   6.884  3.5e-11 ***
Receiving_negativeTRUE   2.9386     0.3185   9.227  < 2e-16 ***
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

Notice that the regression can be rewritten as:

hours_lost ~ Dummy_for(Thinks they need some kind of healthcare) + Dummy_for(Thinks they need some kind of healthcare)*Dummy_for(Is receiving the mental healthcare they think they need). And that Dummy_for(Thinks they need some kind of healthcare) ~ Dummy(Has a mental condition)

If this was fully rigorous, giving people "the mental healthcare they need" would reduce hours lost per two weeks from 10.3071 to 7.7986, that is, a difference of 2.5 hours per two weeks, or 1.25 hours per week. Results are similar if we:

  • ask instead "How satisfied are you with the mental healthcare you've received?"
  • exclude people who did not feel they needed mental healthcare (n=191).
  • and further restrict the regression to respondents thought they had a mental condition from our list, or who had been diagnosed with one (n=175).
  • or restrict it to people (who claim to have been) diagnosed with a mental condition (n=129).

In this last case, the implied effect doubles, to 2.2 hours saved per week, as seen below.

> m_ill3= (Receiving_positive | Receiving_negative) & A$m_ill_or_not
> sum(m_ill3)
[1] 124
> summary(lm(hours_lost[m_ill3] ~ Receiving_positive[m_ill3]))

Call:
lm(formula = hours_lost[m_ill3] ~ Receiving_positive[m_ill3])

Coefficients:
                               Estimate Std. Error t value Pr(>|t|)    
(Intercept)                      14.833      3.086   4.807 4.67e-06 ***
Receiving_positive[m_ill3]TRUE   -4.428      4.018  -1.102    0.273    
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

Note that, in none of the above cases we've gotten a significant effect. This is because outliers, for example, respondents who lost a job because of mental ilness, and thus ~40 hours per week, make the error bars huge. In this case, excluding outliers doesn't make sense at all; instead, knowing where the error comes from, I think it makes sense to not get hung up on p-values. As a proof of concept, here is the same regression as above, but considering the logarithm of hours lost (which gives less weigh to outliers); we "suddenly" reach significance (p-value of 0.00698). On the flipside, the logarithm of hours lost is not an intuitive unit in which to report results.

> summary(lm(log(hours_lost[m_ill3]+1) ~ Receiving_positive[m_ill3]))
Coefficients:
                               Estimate Std. Error t value Pr(>|t|)    
(Intercept)                      2.0578     0.1994  10.322  < 2e-16 ***
Receiving_positive[m_ill3]TRUE  -0.7131     0.2596  -2.747  0.00698 ** 
---
Signif. codes:  0 *** 0.001 ** 0.01 * 0.05 . 0.1   1

In the ideal case, if information was free, what I'd like to have is a randomized trial in which:

  • Productivity and severity of mental ilness are measured across a population
  • Mental healthcare is provided to a randomly selected part of the population; the treatment group.
  • Part of the treatment group takes up that freely provided mental heathcare, and part of the control group pays for the treatment out of pocket.
  • Some time passes.
  • Productivity and severity of mental ilness are measured again, both in the control and treatment group.

Alas, we don't have that, and thus cannot take the above crosssections at face value. Imagine, for example, that people with lighter mental conditions find it easier to deal with the hassle of finding good treatment, which seems plausible. In that case, the causal arrow would go both ways: (getting good mental healthcare -> healing occurs -> people lose less hours each week), but also (having a lighter mental ilness -> easier to find good mental healthcare) + (having a lighter mental ilness -> loose less work hours). It could also be that, as people regress to the mean with respect to their mental ilness, and become happier, they attribute their improvement to whatever therapy they were receiving, and become more satisfied with it. If we assume that the bias goes in the direction of amplifying the effect of good mental healthcare, the above figures become an upper estimate of its effect.

10. How does access to mental health ressources vary with a wide variety of factors?

Acess is asked about in the following two questions: 14. How challenging was it to receive the mental healthcare services you needed within the past 12 months? 15. How challenging is it to find useful information on mental healthcare services?

The main limitation of these questions is that the answers will depend on the subjective experience and capabilities of the respondents.

10.1. By countries or continent.

With 52 countries and 303 respondents, we don't have the power to say anything. We still don't have anything to say if we aggregate by continent instead, except that unsuprisingly, respondents find it more difficult to access mental healthcare in Africa than in any other continent. However, the effect was not significant, given that very few respondents were from Africa.

10.2. By race/ethnicity.

Perhaps unsurprisingly, white people find it less challenging to receive mental healthcare, and to find information about it. The effect is magnified when considering only respondents with a mental condition.

> summary(lm(switch2(A[,16][M_ILL2], c("Very easy", "Fairly easy", "Moderate", "Fairly hard", "Very hard"), c(3,1,-1,-3),0) ~ A$Race.ethnicity[M_ILL2]))

Coefficients:
                                                Estimate Std. Error t value Pr(>|t|)
(Intercept)                                      -1.6667     1.1053  -1.508    0.134
A$Race.ethnicity[M_ILL2]Asian                     0.9167     1.2960   0.707    0.481
A$Race.ethnicity[M_ILL2]Hispanic or Latino/a/x    0.6667     2.2105   0.302    0.763
A$Race.ethnicity[M_ILL2]Mixed race/Multi-racial   1.1667     1.4621   0.798    0.426
A$Race.ethnicity[M_ILL2]White                     1.7576     1.1178   1.572    0.118


> summary(lm(switch2(A[,16], c("Very easy", "Fairly easy", "Moderate", "Fairly hard", "Very hard"), c(3,1,-1,-3),0) ~ A$Race.ethnicity))

Coefficients:
                                        Estimate Std. Error t value Pr(>|t|)
(Intercept)                             -0.41667    0.39899  -1.044    0.297
A$Race.ethnicityAsian                    0.15580    0.49218   0.317    0.752
A$Race.ethnicityBlack                    0.41667    1.05562   0.395    0.693
A$Race.ethnicityHispanic or Latino/a/x   0.21667    0.73569   0.295    0.769
A$Race.ethnicityMiddle Eastern           0.41667    1.05562   0.395    0.693
A$Race.ethnicityMixed race/Multi-racial  0.08333    0.69106   0.121    0.904
A$Race.ethnicityWhite                    0.46730    0.40896   1.143    0.254

10.3. By mental health

Among all our markers, having worse mental health is correlated with finding it more challenging to receive mental healthcare, and to find information about it. Sometimes the effect is significant, p<0.05, but it it is never large (the largest is a change of -0.16 in a -3 to +3 scale)

10.4. By age

No effect.

10.5. By involvement in EA.

No effect.

Inf. Survey questions

  1. How involved are you in the Effective Altruism Community?
  2. Do you attend EA meetings?
  3. How much impact do EA ideas have on your life?
  4. Do you donate part of your income to GiveWell recommended charities?
  5. Which of these conditions have you been formally diagnosed with?
  6. Which of these conditions do you think you may have, but have never been formally diagnosed with?
  7. During the past 14 days, how many hours did you miss from work because of mental health problems?
  8. During the past 14 days, how many hours did you miss from work because of any other reason, such as vacation, other commitments, etc.?
  9. During the past 14 days, about how many hours did you actually work?
  10. During the past 14 days, how much did mental health problems affect your productivity while you were working?
  11. During the past 14 days, how much did mental health problems affect your ability to do your regular daily activities, other than work at a job?
  12. Are the past 14 days representative of your average mental health?
  13. If you answered "No" to the previous question, how has your mental health differed over the past 14 days?
  14. How challenging was it to receive the mental healthcare services you needed within the past 12 months?
  15. How challenging is it to find useful information on mental healthcare services?
  16. Do you experience financial difficulties as a result of mental healthcare?
  17. "I am currently receiving the mental healthcare I need."
  18. How satisfied are you with the mental healthcare you've received?
  19. Which of the following treatments have you tried?
  20. Any other thoughts you'd like to share on mental healthcare access?
  21. "I believe that offering mental health resources to its members is an effective use of the EA Community's resources."
  22. "I believe that offering mental health resources to effective altruists is NOT likely to be one of the most effective interventions available."
  23. Please explain your answers to the questions above.
  24. Do you think you could personally benefit from EA community mental health resources?
  25. Which (if any) of the following resources do you think you could potentially benefit from?
  26. Any other thoughts you'd like to share on EA-sponsored mental health resources?
  27. Which country do you live in?
  28. What is your age?
  29. What is your gender?
  30. What is your race/ethnicity?