strategies.DFS2020 {stratEst}R Documentation

strategies.DFS2020

Description

The conformist and anticonformist strategy identifies by Dvorak, Fischbacher, and Schmelz (2020).

Usage

data(strategies.DFS2020)

Format

Each strategy is encoded as a stratEst.strategy object. The rows of the data frame represent the states of the strategy. The first row is the start state of the strategy. Each stratEst.strategy object contains the following variables:

prob.follow

Probability to follow own preference.

prob.deviate

Probability to deviate from the own preference.

tr(not in line)

State transition for the input the choices of the others are not in line with the own preference.

tr(in line)

State transition for the input the choices of the others are in line with the own preference.

Details

The strategies are:

conformist

Strategy that generally follows the own preference if the choices of the other group members are in line with the own preference and deviates from the own preference the choices of the other group members are not in line with the own preference.

anticonformist

Strategy that frequently deviates from the own preference the choices of the other group members are in line with the own preference and follows the own preference if the choices of the other group members are not in line with the own preference.

References

Dvorak F, Fischbacher U, Schmelz K (2020). "Incentives for Conformity and Anticonformity." TWI Working Paper Series.

Examples

strategies <- strategies.DFS2020[c("conformist","anticonformist")]

[Package stratEst version 1.1.6 Index]