| Grocery_Prices {metaggR} | R Documentation |
Data: Grocery Prices
Description
Palley and Soll (2019) recruited volunteers passing through the student union to estimate the total price of 10 different bundles of nonperishable grocery items. Examples of items include a bottle of 190 Lil Critters Gummy Vites Sour Complete multivitamins ($10.93), a 5-oz. can of Wild Planet wild albacore tuna in extra virgin olive oil ($4.19), and an 11 oz. bag of Stauffer's Animal Crackers ($1.00).
Usage
E_GROCERIES
P_GROCERIES
THETA_GROCERIES
ID_GROCERIES
Format
E_GROCERIESis a list of the judges' estimates of the prices in each of the 10 bundles of groceries. Specifically, the
jth element is a vector of the judges' estimates of the price of thejth bundle.
P_GROCERIESis a list of the judges' predictions of others. Specifically, the
jth element is a vector of the judges' predictions of other judges' average estimate of the price of thejth bundle.
THETA_GROCERIESis a vector of the prices of the 10 bundles of groceries. Specifically, the
jth element is the actual price of thejth bundle.
ID_GROCERIESis a list of the judges' identification numbers in the judgment tasks. Specifically, the
jth element is a vector of identification numbers of judges' who participated in estimating the price of thejth bundle. These values make it possible to track a judge across judgment tasks.- Remark.
The elements of each list correspond to the same judgment task. Specifically, the
jth elements ofTHETA_GROCERIES,E_GROCERIES,P_GROCERIES, andID_GROCERIESrepresent the true price, estimates, the predictions of others, and identification numbers associated with thejth bundle.
Source
Asa Palley and Jack Soll. "Extracting the Wisdom of Crowds When Information Is Shared." doi: 10.1287/mnsc.2018.3047