- see [[230728_10706 treatment effect moderation by day - all days|results for all days]] `condition:day` effect for first 8 days # bayesian ```r threshold estimate CI CI_low CI_high evid_ratio post_prob type 1: 40 0.0024 0.95 -0.0010 0.0060 0.0976 0.0890 Intent-to-treat effect 2: 45 0.0021 0.95 -0.0013 0.0054 0.1249 0.1111 Intent-to-treat effect 3: 50 0.0016 0.95 -0.0017 0.0047 0.2053 0.1703 Intent-to-treat effect 4: 55 0.0011 0.95 -0.0020 0.0043 0.3232 0.2443 Intent-to-treat effect 5: 60 0.0004 0.95 -0.0025 0.0034 0.6342 0.3881 Intent-to-treat effect 6: 65 0.0006 0.95 -0.0022 0.0034 0.5134 0.3392 Intent-to-treat effect 7: 70 0.0008 0.95 -0.0019 0.0035 0.3997 0.2856 Intent-to-treat effect 8: 75 0.0011 0.95 -0.0017 0.0036 0.2794 0.2184 Intent-to-treat effect 9: 80 0.0011 0.95 -0.0014 0.0038 0.2491 0.1994 Intent-to-treat effect 10: 40 0.0037 0.95 -0.0020 0.0095 0.1170 0.1047 Treatment effect on the treated 11: 45 0.0032 0.95 -0.0025 0.0087 0.1523 0.1322 Treatment effect on the treated 12: 50 0.0024 0.95 -0.0030 0.0077 0.2302 0.1871 Treatment effect on the treated 13: 55 0.0017 0.95 -0.0033 0.0069 0.3431 0.2554 Treatment effect on the treated 14: 60 0.0007 0.95 -0.0042 0.0055 0.6589 0.3972 Treatment effect on the treated 15: 65 0.0009 0.95 -0.0037 0.0055 0.5354 0.3487 Treatment effect on the treated 16: 70 0.0013 0.95 -0.0032 0.0057 0.4010 0.2862 Treatment effect on the treated 17: 75 0.0017 0.95 -0.0027 0.0062 0.2876 0.2234 Treatment effect on the treated 18: 80 0.0019 0.95 -0.0024 0.0062 0.2414 0.1945 Treatment effect on the treated ``` ![[_mainfig_count_conditionC-dayC.png]] # frequentist ```r # ITT threshold estimate se low high pval 1: 40 0.0025 0.0018 -0.0011 0.0061 0.1705 2: 45 0.0022 0.0018 -0.0013 0.0057 0.2246 3: 50 0.0016 0.0017 -0.0017 0.0050 0.3311 4: 55 0.0011 0.0016 -0.0020 0.0043 0.4792 5: 60 0.0004 0.0015 -0.0026 0.0035 0.7751 6: 65 0.0006 0.0015 -0.0023 0.0035 0.6802 7: 70 0.0008 0.0014 -0.0019 0.0036 0.5602 8: 75 0.0011 0.0014 -0.0016 0.0038 0.4333 9: 80 0.0011 0.0013 -0.0015 0.0038 0.3938 # ATT threshold estimate se low high pval 1: 40 0.0041 0.0031 -0.0019 0.0101 0.1822 2: 45 0.0035 0.0030 -0.0024 0.0094 0.2412 3: 50 0.0027 0.0029 -0.0029 0.0083 0.3503 4: 55 0.0019 0.0027 -0.0035 0.0072 0.4953 5: 60 0.0007 0.0026 -0.0044 0.0058 0.7831 6: 65 0.0010 0.0025 -0.0039 0.0058 0.6935 7: 70 0.0014 0.0024 -0.0033 0.0060 0.5614 8: 75 0.0018 0.0023 -0.0027 0.0064 0.4311 9: 80 0.0020 0.0023 -0.0024 0.0064 0.3796 ``` ![[1690763291.png]] ![[1690763304.png]]