statsExpressions (version 0.3.1)

intent_morality: Moral judgments about third-party moral behavior.

Description

Moral judgments about third-party moral behavior.

Usage

intent_morality

Arguments

Format

A data frame with 4016 rows and 8 variables

  • id. Participant id.

  • gender. Participant's gender.

  • item. Which story/vignette participants read for a given condition.

  • harm. What kind of harm was involved in the item.

  • belief. What kind of belief the actor had (neutral or negative/harmful).

  • outcome. What kind of outcome the actor caused (neutral or negative/harmful).

  • condition. Type of harm, composed of belif and outcome.

  • question. Type of moral judgment asked (wrongess or punishment).

  • rating. Moral judgment rating on a scale of 1 to 7.

Details

This dataset contains data from a recent study about how people judge behavior of others when they unintentionally or intentionally cause harm to others.

Participants responded to four different vignettes that contains four different types of conditions-

  • accidental harm. neutral belief, harmful/negative outcome

  • intentional harm. harmful/negative belief, harmful/negative outcome

  • attempted harm. harmful/negative belief, neutral outcome

  • neutral harm. neutral belief, neutral outcome

Additionally, participants saw one of the four variants for each of the four items. Each of the item had a different type of harm.

Examples

Run this code
# NOT RUN {
dim(intent_morality)
head(intent_morality)
dplyr::glimpse(intent_morality)
# }

Run the code above in your browser using DataCamp Workspace