Assignment 2
Assignment 2
This assignment is designed to help students learn about how to forecast the demand of a new
product or service. For this assignment, students should have an execution file, BLOGIT.EXE and a data
file, DATA1.DAT. The data file contains synthetically generated choice observations and the execution
file will implement the binary logit analysis. In the Appendix, students can find a concise description
about how to use the execution file.
Demand Forecasting of a New Product/Service (Segway Inc. )
On Dec. 3, 2001, Dean Kamen unveiled Segway Human Transporter (HT), the worlds first dynamic
self-balancing human transporter, which was designed to enhance the productivity of people by
increasing the distance they can travel and the amount they can carry. The Segway HT is an one-person,
gyroscope-packed, electric-powered scooter and perhaps the biggest innovation in transportation since
the car replaced the horse and buggy.
Kamen and his team plan to release their products to customers by the end of this year. Their
commercial ambitions are as advanced as their technical virtuosity. By stealing a slice of the $300 billion
transportation industry, they expect that their start-up, Segway Co., will be the fastest outfit in history to
reach $1 billion in sales. To get there, Kamen has collected a total of about $90 million and has erected a
77,000-sq-ft. factory a few miles from its Manchester, N.H., headquarters that will be capable of
churning out 40,000 Segway HTs a month by the end of this year.
Before the market launch, Segway Co. should resolve two strategic issues: (1) which segment is the
best initial target market? and (2) what is the best product for the chosen initial target market? Even
though they plan to eventually penetrate both commercial and consumer markets, they feel they need to
focus on only one market in the short term in order to generate the revenue necessary to upgrade their
products. Since there is a significant difference between two markets in terms of needs, the technical
specification of the first commercial transporters depends on the chosen market. In particular, Segway
Co. is considering three attributes as follows:
Price : $3,000 or $8,000
To address these two issues, a group of brilliant Sloan MBA students have conducted a market
research study designed to measure purchase intents for alternative product concepts. The data they
collected are given in a tab-delimited file, DATA1.DAT, which contains total 300 purchase intent
observations, 150 from commercial customers and 150 from public consumers. The data file consists of
6 columns as follows:
Col. No. 1: ID (1-300)
Col. No. 5: Observed Purchase Intent (0 for no purchase intent; 1 for purchase intent)
Col. No. 6: Customer characteristics (0 for consumers; 1 for commercial customers)
Since purchase intents (Col. No. 5: CN5) are binary responses, the binary logit model is suitable for
this data set. In particular, we assume the binary logit model as follows:
r
b. If Segway wants to focus on only one market in the short term, which market is the best
d. To penetrate the other (unchosen) market in the future, what should Segway do?
APPENDIX
save:name_of_file_for_saving_predicted_choice_probabilities;
nrow:number_of_rows_in_data_file;
ncol:number_of_columns_in_data_file;
id:index_of_column_in_data_file_which_has_id;
cov:index_of_columns_in_data_file_which_will_be used_as_covariates;
ch:index_of_column_in_data_file_which_has_observed_choices;
intercept:indicator_for_intercept;
sel:indicator_for_observation_selection;
3. Use Notepad to type the above options and save them as a text file in the folder you created.
(e.g., c:\EMKTG\all.prg)
4. To run BLOGIT.EXE, click Start-;Programs-;Accessories-;Command Prompt
5. Then, type c:\; cd the_folder_name you_created (e.g., c:\;cd EMKTG)
6. Then, type blogit file_name_of_your_program_file
e.g., c:\EMTG;blogit all.prg
7. The analysis will be done shortly. Examine output and save files.
1st col.: ID