R Dataset / Package Ecdat / Catsup
On this R-data statistics page, you will find information about the Catsup data set which pertains to Choice of Brand for Catsup . The Catsup data set is found in the Ecdat R package. You can load the Catsup data set in R by issuing the following command at the console data("Catsup"). This will load the data into a variable called Catsup. If R says the Catsup data set is not found, you can try installing the package by issuing this command install.packages("Ecdat") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Catsup R data set. The size of this file is about 174,696 bytes.
Choice of Brand for Catsup
Description
a cross-section
number of observations : 2798
observation : individuals
country : United States
Usage
data(Catsup)
Format
A dataframe containing :
- id
-
individuals identifiers
- choice
-
one of heinz41, heinz32, heinz28, hunts32
- disp.z
-
is there a display for brand z ?
- feat.z
-
is there a newspaper feature advertisement for brand z ?
- price.z
-
price of brand z
Source
Jain, Dipak C., Naufel J. Vilcassim and Pradeep K. Chintagunta (1994) “A random–coefficients logit brand–choice model applied to panel data”, Journal of Business and Economics Statistics, 12(3), 317.
References
Journal of Business Economics and Statistics web site : http://amstat.tandfonline.com/loi/ubes20.
See Also
Index.Source
, Index.Economics
, Index.Econometrics
, Index.Observations
Dataset imported from https://www.r-project.org.