R Dataset / Package Ecdat / Ketchup

On this R-data statistics page, you will find information about the Ketchup data set which pertains to Choice of Brand for Ketchup . The Ketchup data set is found in the Ecdat R package. You can load the Ketchup data set in R by issuing the following command at the console data("Ketchup"). This will load the data into a variable called Ketchup. If R says the Ketchup 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 Ketchup R data set. The size of this file is about 169,266 bytes.

Choice of Brand for Ketchup

Description

a cross-section

number of observations : 4956

observation : individuals

country : United States

Usage

data(Ketchup)

Format

A dataframe containing :

hid

individuals identifiers

id

purchase identifiers

choice

one of heinz, hunts, delmonte, stb (store brand)

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.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-ecdat-ketchup.html" width="100%" height="100%" style="border:0px"></iframe>