The goal of the case study is to practice data analysis using R and how to make data-driven business decisions using tables and graphs. Please follow these steps to achieve this goal:
1. Purchase the case package ($5) at https://hbsp.harvard.edu/import/1016136
2. Read the case document titled “Artea Designing Targeting Strategies”.
3. Import 521703-XLS-ENG.xlsx into R and answer the following questions through investigating the data using the techniques from the course.
a. Did Artea’s coupon campaign work?
b. Should Artea continue sending coupons in the future?
c. Would Artea be able to increase transactions and revenues with this campaign?
d. Which proportion of users should Artea target? For example, you answer can be
“Nobody gets the coupon”, “Everyone gets the coupon”, “target customers from Facebook”, “target customers with product in shopping cart”, “target customers with no purchase history” and so on.
e. (Optional) Which of the new users should receive a coupon?
f. (Optional) By how much would Artea be able to increase transactions and revenues with the campaign?
The answer to each question is not unique, and your answer is correct as long as you can justify them using evidences from data.
Throughout the process, keep track of your work in one or more commented R scripts, and create a single “master” R script containing all the commands necessary to reproduce your analysis, including importing the data into R and producing any graphics. (The master R script is needed so that Prof. Lin can easily check your work.) Please comment your code appropriately.
4. Prepare a case study report (in PDF format). Use at least a 12-point font, double space your report, and limit the report to a maximum of 5 pages (including everything). You don’t need to introduce the problem and describe the data. Directly discuss your answers to the questions. Remember to provide evidences from the data to support your answers, for example, a table or a graph or even just a few numbers to show the impact of coupons and how the impacts are different on groups of users. Submit by the deadline a single compressed Zip file containing the case study report and your R script(s). Do not submit the dataset.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme