/dsgn160-project

DSGN 160: Designing with Experiments (UC San Diego Winter 2024)

Primary LanguageR

Optimizing Customer Satisfaction: A DoorDash A/B Test Analysis

Team Members: Akhil Jagarlamudi, Arina Konnova, Maria Yakovlev, Yang Yu, Baraa Zekeria

Overview

This project aims to analyze the impact of artificially changing wait times for DoorDash deliveries on customer satisfaction. By conducting an A/B test, we seek to determine if adjusting wait times influences customer satisfaction positively or negatively.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository: git clone https://github.com/bzekeria/dsgn160-project.git

  2. Before you make any edits, always pull the repo

    • cd dsgn160-project
    • git pull
  3. When finished making changes, push the repo

    • git add file_name_here
    • git commit -m "Your commit message here"
    • git push origin main