Most users (n = 90) saw only one prompt (total no. of prompts shown: 3923). Users provided sharing ratings (0 = no, 0.5 = not sure, or 1.0 = yes) for 18-20% of the prompts.
- condition_shuffled: -0.5 (control), 0.5 (treatment)
```r
# total prompts shown: 3923
share N
1: NA 2842 # no responses
2: 0.0 311 # no
3: 0.5 184 # not sure
4: 1.0 586 # yes
condition_shuffled n_prompts_shown_median proportion_share_mean
1: -0.5 6 0.1795601
2: 0.5 4 0.2038401
```
![[1675099139.png]]
# distribution of pc1 values
Users are prompted when they visited domains with different pc1 ratings. Distribution of these 3.9k domains:
![[1675101682.png]]
Distribution of domains users provided ratings for
![[1675102091.png]]
# original/unshuffled condition labels
```r
OLS estimation, Dep. Var.: n_prompts # total prompts shown
Observations: 465
Standard-errors: hc3
Estimate Std. Error t value Pr(>|t|)
(Intercept) 8.429224 0.628518 13.411263 < 2.2e-16 ***
condition0.5 0.013866 0.869059 0.015955 0.98728 # same # prompts shown in both conditions
GLM estimation, family = quasipoisson, Dep. Var.: n_prompts_responded # no. of prompts responded to
Observations: 465
Standard-errors: Custom
Estimate Std. Error t value Pr(>|t|)
(Intercept) 0.607380 0.177207 3.42751 0.00066351 ***
condition0.5 0.407909 0.227271 1.79482 0.07333488 . # trt group responded to prompts more
OLS estimation, Dep. Var.: prop_share # proportion prompts responded to
Observations: 465
Standard-errors: hc3
Estimate Std. Error t value Pr(>|t|)
(Intercept) 0.156066 0.018844 8.28208 1.3119e-15 ***
condition0.5 0.068295 0.027486 2.48474 1.3317e-02 * # trt group
```
![[1675115923.png]]
![[1675116021.png]]
![[1675116061.png]]
![[1675116086.png]]