- no winsorizing - see [[230719_183842 robustness to winsorizing-99|winsorize 99% results]] # bayesian ```r # treatment effect threshold estimate CI CI_low CI_high evid_ratio post_prob type 1: 40 -0.00142 0.95 -0.03128 0.02904 1.15709 0.53641 Intent-to-treat effect 2: 45 0.00004 0.95 -0.03011 0.03043 0.98891 0.49721 Intent-to-treat effect 3: 50 -0.00657 0.95 -0.03549 0.02357 2.02366 0.66927 Intent-to-treat effect 4: 55 -0.00636 0.95 -0.03450 0.02380 1.99637 0.66626 Intent-to-treat effect 5: 60 -0.00712 0.95 -0.03589 0.02221 2.15644 0.68319 Intent-to-treat effect 6: 65 -0.00865 0.95 -0.03715 0.01793 2.72856 0.73180 Intent-to-treat effect 7: 70 -0.01336 0.95 -0.04002 0.01315 5.15574 0.83755 Intent-to-treat effect 8: 75 -0.00988 0.95 -0.03613 0.01764 3.22989 0.76359 Intent-to-treat effect 9: 80 -0.00949 0.95 -0.03549 0.01738 3.12371 0.75750 Intent-to-treat effect 10: 40 -0.00215 0.95 -0.04674 0.04409 1.16047 0.53714 Treatment effect on the treated 11: 45 0.00030 0.95 -0.04558 0.04532 0.98084 0.49516 Treatment effect on the treated 12: 50 -0.00823 0.95 -0.05223 0.03693 1.80073 0.64295 Treatment effect on the treated 13: 55 -0.00791 0.95 -0.05203 0.03722 1.75834 0.63746 Treatment effect on the treated 14: 60 -0.00884 0.95 -0.05169 0.03541 1.90023 0.65520 Treatment effect on the treated 15: 65 -0.01128 0.95 -0.05399 0.03053 2.34784 0.70130 Treatment effect on the treated 16: 70 -0.01811 0.95 -0.05964 0.02323 4.14106 0.80549 Treatment effect on the treated 17: 75 -0.01225 0.95 -0.05383 0.02879 2.58921 0.72139 Treatment effect on the treated 18: 80 -0.01212 0.95 -0.05286 0.02853 2.56681 0.71964 Treatment effect on the treated # treatment * t0 threshold estimate CI CI_low CI_high evid_ratio post_prob type 1: 40 -0.01179 0.95 -0.13882 0.10190 1.35710 0.57575 Intent-to-treat effect 2: 45 -0.01450 0.95 -0.13752 0.09997 1.45436 0.59256 Intent-to-treat effect 3: 50 -0.00600 0.95 -0.12223 0.11351 1.17008 0.53919 Intent-to-treat effect 4: 55 0.00048 0.95 -0.11724 0.12429 0.98241 0.49556 Intent-to-treat effect 5: 60 0.00385 0.95 -0.11732 0.12314 0.90033 0.47378 Intent-to-treat effect 6: 65 0.01281 0.95 -0.10265 0.12800 0.70452 0.41332 Intent-to-treat effect 7: 70 0.02406 0.95 -0.08724 0.14512 0.52262 0.34324 Intent-to-treat effect 8: 75 0.01755 0.95 -0.09201 0.13283 0.61659 0.38141 Intent-to-treat effect 9: 80 0.01236 0.95 -0.09789 0.12790 0.70805 0.41454 Intent-to-treat effect 10: 40 -0.01218 0.95 -0.15604 0.12234 1.29384 0.56405 Treatment effect on the treated 11: 45 -0.01312 0.95 -0.15801 0.12102 1.33168 0.57112 Treatment effect on the treated 12: 50 -0.00794 0.95 -0.14752 0.12359 1.17841 0.54095 Treatment effect on the treated 13: 55 -0.00212 0.95 -0.14105 0.13254 1.05270 0.51284 Treatment effect on the treated 14: 60 -0.00008 0.95 -0.14130 0.13467 1.00411 0.50102 Treatment effect on the treated 15: 65 0.00699 0.95 -0.12807 0.14059 0.85370 0.46054 Treatment effect on the treated 16: 70 0.01638 0.95 -0.11038 0.16300 0.68915 0.40799 Treatment effect on the treated 17: 75 0.01093 0.95 -0.11819 0.14812 0.79304 0.44229 Treatment effect on the treated 18: 80 0.00716 0.95 -0.12411 0.14038 0.84532 0.45809 Treatment effect on the treated ``` ![[_mainfig_count_conditionC 4.png]] ![[_mainfig_count_conditionC-t0SC 4.png]] # frequentist ```r # treatment effect # ITT threshold estimate se low high pval 1: 40 -0.0016 0.0165 -0.0339 0.0306 0.9206 2: 45 -0.0001 0.0161 -0.0316 0.0315 0.9975 3: 50 -0.0073 0.0161 -0.0389 0.0242 0.6489 4: 55 -0.0071 0.0158 -0.0380 0.0238 0.6528 5: 60 -0.0078 0.0156 -0.0385 0.0228 0.6163 6: 65 -0.0097 0.0147 -0.0384 0.0191 0.5095 7: 70 -0.0148 0.0142 -0.0427 0.0131 0.2991 8: 75 -0.0109 0.0143 -0.0389 0.0172 0.4480 9: 80 -0.0105 0.0142 -0.0384 0.0174 0.4597 # ATT threshold estimate se low high pval 1: 40 -0.0028 0.0268 -0.0553 0.0498 0.9176 2: 45 0.0002 0.0263 -0.0513 0.0516 0.9945 3: 50 -0.0110 0.0262 -0.0625 0.0404 0.6741 4: 55 -0.0100 0.0257 -0.0603 0.0403 0.6957 5: 60 -0.0113 0.0254 -0.0611 0.0385 0.6565 6: 65 -0.0142 0.0238 -0.0609 0.0325 0.5507 7: 70 -0.0222 0.0231 -0.0676 0.0231 0.3362 8: 75 -0.0153 0.0232 -0.0608 0.0302 0.5093 9: 80 -0.0149 0.0231 -0.0602 0.0304 0.5201 # treatment * t0 effect # ITT threshold estimate se low high pval 1: 40 -0.0721 0.1442 -0.3548 0.2106 0.6172 2: 45 -0.0764 0.1370 -0.3449 0.1921 0.5769 3: 50 -0.0335 0.1339 -0.2959 0.2288 0.8021 4: 55 0.0036 0.1503 -0.2910 0.2981 0.9810 5: 60 0.0229 0.1443 -0.2599 0.3057 0.8737 6: 65 0.0643 0.1276 -0.1858 0.3145 0.6142 7: 70 0.1093 0.1201 -0.1261 0.3447 0.3627 8: 75 0.0808 0.1198 -0.1539 0.3156 0.4997 9: 80 0.0622 0.1250 -0.1829 0.3072 0.6191 # ATT threshold estimate se low high pval 1: 40 -0.1383 0.2356 -0.6001 0.3235 0.5572 2: 45 -0.1496 0.2237 -0.5879 0.2888 0.5037 3: 50 -0.0820 0.2189 -0.5111 0.3470 0.7078 4: 55 -0.0321 0.2492 -0.5205 0.4564 0.8976 5: 60 0.0084 0.2385 -0.4591 0.4759 0.9720 6: 65 0.0765 0.2103 -0.3356 0.4886 0.7160 7: 70 0.1505 0.1969 -0.2353 0.5363 0.4445 8: 75 0.0996 0.1957 -0.2839 0.4832 0.6108 9: 80 0.0710 0.2029 -0.3267 0.4688 0.7264 ``` ![[1690772931.png]] ![[1690772938.png]] ![[1690772993.png]] ![[1690773000.png]]