All RTs (with and without domains). # bayesian ```r # condition/treatment effect estimate CI CI_low CI_high evid_ratio post_prob type 1: -0.0057 0.95 -0.0250 0.0135 2.5549 0.7187 Intent-to-treat effect 2: -0.0084 0.95 -0.0386 0.0233 2.3772 0.7039 Treatment effect on the treated # interaction estimate CI CI_low CI_high evid_ratio post_prob type 1: 0.0494 0.95 -0.0182 0.1183 0.0776 0.0720 Intent-to-treat effect 2: 0.0563 0.95 -0.0342 0.1590 0.1294 0.1146 Treatment effect on the treated # t0 effect estimate CI CI_low CI_high evid_ratio post_prob type 1: 3.6119 0.95 3.5492 3.6753 0 0 Intent-to-treat effect 2: 5.9740 0.95 5.8728 6.0773 0 0 Treatment effect on the treated ``` ![[_mainfig_count_conditionC 2.png]] ![[_mainfig_count_conditionC-t0SC 2.png]] ![[_mainfig_count_t0SC 2.png]] # frequentist ```r # treatment effect on all RTs # ITT estimate se low high pval 1: -0.0061 0.0101 -0.0258 0.0137 0.5478 # ATT estimate se low high pval 1: -0.0097 0.0167 -0.0425 0.0231 0.5623 ``` ![[1690753553.png]] ![[1690753598.png]]