Update readme.md

This commit is contained in:
Nuño Sempere 2019-05-27 16:25:22 +02:00 committed by GitHub
parent bf2552e76d
commit 78b481718d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -447,10 +447,14 @@ Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 . 0.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)
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?"