Due: Dec 13 by 11:59pm
Weight: This assignment is worth 14% of your final grade.
Purpose: purpose
Assessment: Your final analysis will be assessed using this rubric.
As a team, analyze your final survey data, and write a report of your findings. The course instructor will review and grade your analysis and report and provide feedback.
Your report should include three main components:
Follow the guidelines below to prepare your analysis and report.
Download and unzip this template for your
report. You should write your report in the report.Rmd
.Rmd`
file. The template comes with some text and code explaining how to use
it - you should delete this code & text as it is only for
explanatory purposes. Be sure to adjust the content in the YAML:
title
field (and
provide a subtitle if you wish, or delete the subtitle
field).author
field, list the names of all teammates,
e.g. author: Luke Skywalker, Leia Organa, and Han Solo
.Your report should be written in a clear, concise, and
logically-structured manner so that a reader can easily understand the
ideas presented. The report should be proof-read before submission to
correct any grammatical or spelling errors. Spell checking can be
automated by installing the spelling
package and running
this in the R console:
spelling::spell_check_files("report.Rmd")
All figures, tables, and equations should be referenced in the text.
Before writing your report, you should first analyze your data by following these steps:
Download the data files from formr.org for your surveys and put them in the “data” folder in the report template.
Open the clean_data.R
file and write code to clean
your data and prepare it for modeling. Your cleaned choice data should
be in a “long” format similar to the example
choice data here. Save your cleaned data file as a .csv file in the
“data” folder.
Open the modeling.R
file and write code to estimate
any models you will use in your analysis. At a minimum, you should
estimate:
Open the analysis.R
file and write code to conduct
further analyses using the results from your estimated models. At a
minimum, you should include:
Your report should contain the following items listed as separate sections.
NOTE: You may re-use content from earlier project assignments in this report, such as introductory paragraphs, images, etc.
A few sentences summarizing your experiment and your main findings along with design recommendations. Include:
Provide a brief description and background of the product / policy that motivates the study of it. Include a picture or diagram of the product. You should also discuss the key product attributes and decisions variables you chose to study in your survey. This section can be largely similar to your proposal introduction.
This section should discuss the design choices you made in creating your survey. Include the following:
You should include a full copy of your survey in an appendix (see the Appendix section below)
This section should describe the analysis you carried out using your final survey data, including the following subsections:
Describe your respondent sample, including the total sample size, the
total number of choice question responses, and summary statistics of how
your sample varies across critical information questions, demographics,
etc. Include a summary table showing the breakdown of different
demographic questions you asked on your survey. Tables should be
formatted (e.g., using kable()
), not just print outs from
code chunks.
Describe any filtering process you applied to your data. Summarize how many acceptable vs. rejected responses you kept in your analysis and justify how you made that determination.
Write out the specific utility model you estimated for your baseline
logit model (you don’t need to include descriptions of the other models
as they are derivative from the baseline model). This online LaTeX
equation editor might come in handy for this (also, some example
LaTeX equations are provided in the solutions.Rmd
files
from previous classes). Include a summary table of your utility
coefficient estimates with standard errors.
Show your plots
Insert and discuss your plot(s) of WTP for product attributes with simulated 95% confidence intervals, using a common scale for the y-axis across plots (policy projects, show plots of utility coefficients). Interpret the results and identify key attributes that drive consumer choice.
Clearly define and justify your simulated market scenario(s) using a table listing the attributes of your product(s) and competitor products. Report simulated market shares with simulated 95% confidence intervals. Discuss key insights from these simulations. Discuss opportunities for increasing demand – what attributes drive market adoption, and what ranges of values for your product attributes result in more competitive outcomes?
Discuss the sensitivity of market demand predictions to product attributes and include at least one “tornado” plot as well as plots of market share vs. price. Identify the best price point and design decisions in terms of maximizing revenue for your product and state the uncertainty of these estimates.
Explain the limitations of your analysis (e.g. survey sample representativeness, issues outside the scope of your model that could influence your assessment and recommendations, etc.).
Describe your key insights and resulting recommendations:
Describe limitations:
Your appendix should include:
Click the “knit” button to compile your report.Rmd
file
into a html web page, then create a zip file of everything in your pilot
analysis folder. Go to the “Assignment Submission” page on Blackboard
and submit your zip file under “Project: Final Analysis”. Only
one person from your team should submit the report.