Learn R Programming

relevance (version 2.1)

d.everest: Data of an 'anchoring' experiment in psychology

Description

Are answers to questions influenced by providing partial information?

Students were asked to guesstimate the height of Mount Everest. One group was 'anchored' by telling them that it was more than 2000 feet, the other group was told that it was less than 45,500 feet. The hypothesis was that respondents would be influenced by their 'anchor,' such that the first group would produce smaller numbers than the second. The true height is 29,029 feet.

The data is taken from the 'many labs' replication study (see 'source'). The first 20 values from PSU university are used here.

Usage

data("d.everest")

Arguments

Format

A data frame with 20 observations on the following 2 variables.

y

numeric: guesstimates of the height

g

factor with levels low high: anchoring group

Examples

Run this code
data(d.everest)

(rr <- twosamples(log(y)~g, data=d.everest, var.equal=TRUE))
print(rr, show="classical")

pltwosamples(log(y)~g, data=d.everest)

Run the code above in your browser using DataLab