How many people clicked product detail page

## [1] "Number of users that checked product detail page: 343"
## [1] "Percentage of users that checked product detail page: 0.844827586206897"

How long do people spend on the shopping task? (all users)

## [1] "Summary of browsing time (seconds):"
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##     4.0    41.0   100.0   199.2   254.8  2048.0
## [1] "Detailed statistics:"
##       mean median       sd min  max   n
## 1 199.2315    100 261.4731   4 2048 406

## [1] "Number of users who checked product pages and spent >60 seconds browsing: 255"

Data Description for users who checked product pages and spent >60 seconds browsing

How many choices people made?

## Number of people who made one choice: 82 ( 32.16 %)
## Number of people who made two choices: 160 ( 62.75 %)
## Number of people who made more than two choices: 13 ( 5.098 %)
## Total number of unique users: 255

data pattern: How many checked at clinical result text or image when it is present (for those product that is chosen, for selected users)

There are 54 chosen product have clinical claims (51/195 = 26%) Out of these 54 products: - 12 products’ clinical image are seen - 2 products’ clinical result text are seen - 25.93%

## [1] 108
## How many chosen product's clinical image is checked out: 20 ( 18.52 %)
## How many chosen product's clinical results is checked out: 7 ( 6.48 %)
## How many chosen product's clinical results/images is checked out: 27 ( 25 %)

data pattern: How many checked at clinical result text or image when it is present (for selected users)

## Proportion of people who checked the product page: 238 out of 242 ( 98.35 %)
## Of people in the treatment group who checked product pages, 34 out of 116 ( 29.31 %) also viewed clinical results/images
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##   1.000   2.000   2.000   3.496   4.000  18.000
## Standard Deviation: 2.73

Proportion that choose Group I product (with claim in treatment condition)

## # A tibble: 2 × 7
##   Group         n mean_treatment_pa sd_treatment_pa se_treatment_pa ci_lower
##   <chr>     <int>             <dbl>           <dbl>           <dbl>    <dbl>
## 1 Control     209             0.531           0.500          0.0346    0.463
## 2 Treatment   193             0.560           0.498          0.0358    0.489
## # ℹ 1 more variable: ci_upper <dbl>
## 
##  Welch Two Sample t-test
## 
## data:  treatment_pa by Group
## t = -0.57189, df = 397.77, p-value = 0.5677
## alternative hypothesis: true difference in means between group Control and group Treatment is not equal to 0
## 95 percent confidence interval:
##  -0.12640538  0.06943536
## sample estimates:
##   mean in group Control mean in group Treatment 
##               0.5311005               0.5595855

The sample size needed for each group is 5000

## # A tibble: 2 × 7
##   Group         n mean_treatment_pa sd_treatment_pa se_treatment_pa ci_lower
##   <chr>     <int>             <dbl>           <dbl>           <dbl>    <dbl>
## 1 Control     124             0.532           0.501          0.0450    0.443
## 2 Treatment   118             0.542           0.500          0.0461    0.451
## # ℹ 1 more variable: ci_upper <dbl>
## 
##  Welch Two Sample t-test
## 
## data:  treatment_pa by Group
## t = -0.1571, df = 239.44, p-value = 0.8753
## alternative hypothesis: true difference in means between group Control and group Treatment is not equal to 0
## 95 percent confidence interval:
##  -0.1369488  0.1167191
## sample estimates:
##   mean in group Control mean in group Treatment 
##               0.5322581               0.5423729

### The sample size needed for each group is 139 when only use the first choice

For selected user (clicked product detail page + browsing time > 120s)

## Proportion of lottery_choice = 1: 0.2072 ( 20.72 %)

Check the browsing product characteristic

## Percentage of users who checked ingredients at least once: 15.7 %
## Percentage of users who checked product reviews at least once: 51.65 %
## Percentage of users who clicked show more button at least once: 15.7 %
## Percentage of users who checked how to use button at least once: 4.55 %

Compare the selected product characteristic

##                  Control.Control Treatment.Treatment Difference.Treatment
## claim_benchmark           4.5982              4.7636               0.1654
## lottery_binary            0.1696              0.2455               0.0758
## avg_awareness_pa          9.3852              9.2955              -0.0897
## avg_loyalty_pa            5.8665              5.8020              -0.0645
## avg_quality_pa            7.0053              6.9541              -0.0513
## Rating                    4.4095              4.4292               0.0197
## Reviews                1179.2984           1070.6017            -108.6967
## h_price                  55.8468             56.3814               0.5346
## treatment_pa              0.5323              0.5424               0.0101
##                  p_value
## claim_benchmark   0.3819
## lottery_binary    0.1655
## avg_awareness_pa  0.7993
## avg_loyalty_pa    0.4341
## avg_quality_pa    0.3790
## Rating            0.4604
## Reviews           0.5588
## h_price           0.8173
## treatment_pa      0.8753

Do people who choose the product with clinical cliams in the treatment group also rate the claim credibility higher? - No difference

## [1] "T-test results for difference in claim_benchmark scores:"
## 
##  Welch Two Sample t-test
## 
## data:  claim_benchmark by product_with_claim
## t = 0.042112, df = 162.64, p-value = 0.9665
## alternative hypothesis: true difference in means between group 0 and group 1 is not equal to 0
## 95 percent confidence interval:
##  -0.3739498  0.3902472
## sample estimates:
## mean in group 0 mean in group 1 
##        4.753247        4.745098

## [1] "Kolmogorov-Smirnov test for distribution difference:"
## 
##  Exact two-sample Kolmogorov-Smirnov test
## 
## data:  treatment_data$claim_benchmark[treatment_data$product_with_claim == 0] and treatment_data$claim_benchmark[treatment_data$product_with_claim == 1]
## D = 0.049147, p-value = 0.8684
## alternative hypothesis: two-sided
## [1] "Group statistics:"
##   product_with_claim claim_benchmark.mean claim_benchmark.sd claim_benchmark.n
## 1                  0             4.753247           1.289184         77.000000
## 2                  1             4.745098           1.271829        102.000000