R Dataset / Package Ecdat / Tuna
On this R-data statistics page, you will find information about the Tuna data set which pertains to Choice of Brand for Tuna . The Tuna data set is found in the Ecdat R package. You can load the Tuna data set in R by issuing the following command at the console data("Tuna"). This will load the data into a variable called Tuna. If R says the Tuna 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 Tuna R data set. The size of this file is about 520,304 bytes.
Choice of Brand for Tuna
Description
a cross-section
number of observations : 13705
observation : individuals
country : United States
Usage
data(Tuna)
Format
A dataframe containing :
- hid
-
individuals identifiers
- id
-
purchase identifiers
- choice
-
one of skw (Starkist water), cosw (Chicken of the sea water), pw (store–specific private label water), sko (Starkist oil), coso (Chicken of the sea oil)
- price.z
-
price of brand z
Source
Kim, Byong–Do, Robert C. Blattberg and Peter E. Rossi (1995) “Modeling the distribution of price sensitivity and implications for optimal retail pricing”, Journal of Business Economics and Statistics, 13(3), 291.
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.