Due: Nov 07 by 11:59pm
Weight: This assignment is worth 9% of your final grade.
Purpose: purpose
Assessment: Your pilot analysis will be assessed using this rubric.
As a team, analyze your pilot survey data, and write a report of your findings. The course instructor will review and grade your analysis and report and provide feedback. The primary purpose of the report is to 1) lay some initial groundwork for analyzing your survey data (you will be able to re-use this code for your final analysis), and 2) gain insights to improve your final survey.
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 pilot data by following these steps:
clean_data.R
file and write code to clean your
pilot data and prepare it for modeling. Your cleaned choice data should
be in a “long” format similar to the example
choice data here.modeling.R
file and write code to estimate
preliminary models using your cleaned choice data.power_analysis.R
file and write code to
conduct a power analysis to inform the sample size requirements for your
final survey.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 the project and what you found from your pilot analysis. 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 pilot survey. This section can be largely similar to your proposal introduction.
This section should discuss the design choices you made in creating your pilot 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 pilot 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. You should also include a description of what your target demographics should look like and compare these to your pilot sample (obviously your pilot sample was your classmates, so it may not be too representative of the target).
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. 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. You should also include
summary figures of the estimated coefficients for all attributes.
Your figures should include uncertainty bounds.
Interpret and discuss the implications of your findings.
You should also include a description of conclusions from your power analysis, including a summary figure of your power analysis results (standard errors versus sample size).
Based on your analyses, write a description of any changes you plan on making to your final survey (which should be based on your pilot survey). Consider the following:
You should include a full copy of your conjoint survey in an appendix (i.e., the same information and questions respondents saw when taking the survey). This can be the same content used in your Rmd files from your survey plan (updated to match what you actually included in your pilot survey). For the conjoint choice questions, include just one example since the specific levels were different for each choice question.
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: Pilot Analysis”. Only
one person from your team should submit the report.