Upd Metric
Do you recall we talked about the fact that we have to be careful while choosing metrics for the A/B test? Let's try to add one metric to check if the result differs. For example, we may try to find if the result changes if we use only users that have been to the site earlier.
Swipe to start coding
- Create the data that includes users that have visited the site for the first time using the
'first_visit_after_test_start'
column. - Perform the statistical analysis with the
Mann-Whitney
criterion.
Soluzione
Grazie per i tuoi commenti!
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 4.55
Upd Metric
Scorri per mostrare il menu
Do you recall we talked about the fact that we have to be careful while choosing metrics for the A/B test? Let's try to add one metric to check if the result differs. For example, we may try to find if the result changes if we use only users that have been to the site earlier.
Swipe to start coding
- Create the data that includes users that have visited the site for the first time using the
'first_visit_after_test_start'
column. - Perform the statistical analysis with the
Mann-Whitney
criterion.
Soluzione
Grazie per i tuoi commenti!
Awesome!
Completion rate improved to 4.55single