Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Programming Language Expert

Project - Analytics for Decision Support

The file emis7357sp18project1.csv contains historical ticket sales and donation data for 30,019 patrons or donors to a festival for over ten years, up to 2015.You must do the visualizations in Tableau or R and you mustuse R for the analytics.

The overarching goal of the project is to help the festival organizers understand what sort of insights, if any, they can gain from using analytics in a nonprofit setting for their patron base (donors and ticketholders).

The festival organizers would like to understand the following:

1. Descriptive analytics

a. Donors

  • i. How many total donors (people who contributed a positive amount any year) are there? What about donors who contributed at least $100? $500? $1000?
  • ii. How many donors were there each year in the data set? What about donors who contributed at least $100? $500? $1000?
  • iii. Plot the histograms of donations for the entire time period, for 2014 and for 2015. Comment.
  • iv. Plot a scatterplot with the donations for 2014 and 2015 (one dot = one row, removing [for this question only] instances with no donation either year). Comment.
  • v. How many "active" donors were there at the end of 2010? (you have to define "active") How many are there at the end of 2015? Are they the same people?
  • vi. Consider the donors who have donated a total of more than $100 over the past 5 years (2011 to 2015). Do they tend to donate every year? Do they donate only a few of those years? (You might want to create a table or some other summary visuals.)
  • vii. Plot amount donated over the past 5 years against total amount donated. Comment.
  • viii. How long on average (how many years on average) do donors keep donating money to the festival? (You might need to create a new parameter that is the first year there is a positive donation from that donor, and a new parameter about the last year.)Also include other summary statistics such as median, first/third quartile, min/max.

b. Ticketholders

  • i. How many total ticketholders are there?
  • ii. How many ticketholders were there each year in the data set?
  • iii. Plot the histograms of ticket revenues for the entire time period, for 2014 and for 2015. Comment.
  • iv. Plot a scatterplot with the ticket purchases for 2014 and 2015 (one dot = one row, removing [for this question only] instances with no ticket purchase either year). Comment.
  • v. How many "active" ticket purchasers were there at the end of 2010? (you have to define "active") How many are there at the end of 2015? Are they the same people?
  • vi. Consider the ticket purchasers who have bought at least$500 in tickets over the past 5 years (2011 to 2015). Do they tend to buy tickets every year? Do they buy tickets only a few of those years? (You might want to create a table or some other summary visuals.)
  • vii. Plot amount of ticket purchases (in dollars, not number of tickets) over the past 5 years against total amount donated. Comment.
  • viii. How long on average do ticketholders keep purchasing tickets to the festival? Also include other summary statistics such as median, first/third quartile, min/max.

c. Joint analysis

  • i. Plot total donations and total ticket revenue for each patron on a graph (one dot = one record or row of the data set).
  • ii. Comment on the general trend in your graph and the outliers.

2. Predictive analytics

a. Donation patterns

  • i. Create a regression model to predict donations for 2014 using the previous five years of data. Because so many patrons are not donors, you might want to only consider patrons who have donated at least some amount of your choice as your data set.
  • ii. Test your model on 2015 data. Comment.
  • iii. Make predictions for donations in 2016.
  • iv. Based on your model, who should be the top 10 donors for 2016?

b. Ticket sales patterns

  • i. Create a model to predict ticket revenues or ticket revenue groups for 2014 using the previous five years of data.
  • ii. Test your model on 2015 data. Comment.
  • iii. Make predictions for ticket purchases in 2016.
  • iv. Based on your model, who should be the top 10 ticket purchasers for 2016?

3. Conclusions
Develop a strategy for the marketing team.

a. Who are donors the festival organizers should cultivate for 2016?

  • i. Donors who did not donate as much as expected in 2015,
  • ii. Donors who donate a lot and whom the festival can't afford to lose.

b. Who are ticketholders the festival organizers should cultivate for 2016?

  • i. Ticketholders who underperformed their 2015 estimate,
  • ii. Ticketholders who play a key role in overall revenue year after year.

c. From the aggregate viewpoint of total revenue (ticket purchases + donations), who are the patrons the festival organizers should cultivate for 2016?

Attachment:- project data.rar

Programming Language, Programming

  • Category:- Programming Language
  • Reference No.:- M92748051
  • Price:- $40

Priced at Now at $40, Verified Solution

Have any Question?


Related Questions in Programming Language

Assignmentquestion onegiving the following code snippet

Assignment Question One Giving the following code snippet. What kind of errors you will get and how can you correct it. A. public class HelloJava { public static void main(String args[]) { int x=10; int y=2; System.out.p ...

Assignment task -q1 a the fibonacci numbers are the numbers

Assignment Task - Q1. (a) The Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, and are characterised by the fact that every number after the first two is the sum of the ...

Assignment - horse race meetingthe assignment will assess

Assignment - Horse Race Meeting The Assignment will assess competencies for ICTPRG524 Develop high level object-oriented class specifications. Summary The assignment is to design the classes that are necessary for the ad ...

Task silly name testeroverviewcontrol flow allows us to

Task: Silly Name Tester Overview Control flow allows us to alter the order in which our programs execute. Building on our knowledge of variables, we can now use control flow to create programs that perform more than just ...

Extend the adworks applicationi add dialogs to allow the

Extend the AdWorks application I. Add Dialogs to allow the user to Add, Edit, Read and Delete a Customer and refresh the view accordingly. 1. The user should be able to select a specific customer from the DataGrid and cl ...

Assignment - haskell program for regular expression

Assignment - Haskell Program for Regular Expression Matching Your assignment is to modify the slowgrep.hs Haskell program presented in class and the online notes, according to the instructions below. You may carry out th ...

Question - create a microsoft word macro using vba visual

Question - Create a Microsoft Word macro using VBA (Visual Basic for Applications). Name the macro "highlight." The macro should highlight every third line of text in a document. (Imagine creating highlighting that will ...

Question 1 what is a computer program what is structured

Question: 1. What is a Computer program? What is structured programming? 2. What is modular programming? Why we use it? 3. Please evaluate Sin (x) by infinite series. Then write an algorithm to implement it with up to th ...

Structs and enumsoverviewin this task you will create a

Structs and Enums Overview In this task you will create a knight database to help Camelot keep track of all of their knights. Instructions Lets get started. 1. What the topic 5 videos, these will guide you through buildi ...

Task working with arraysoverviewin this task you will

Task: Working with Arrays Overview In this task you will create a simple program which will create and work with an array of strings. This array will then be populated with values, printed out to the console, and then, w ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As