Learn R Programming

MPsychoR (version 0.10-8)

Bergh: Generalized Prejudice Dataset

Description

Dataset from Bergh et al. (2016) where ethnic prejudice, sexism, sexual prejudice against gays and lesbians, and prejudice toward mentally people with disabilities are modeled as indicators of a generalized prejudice factor. It also includes indicators for agreeableness and openness. All variables are composite scores based on underlying 5-point questionnaire items.

Usage

data("Bergh")

Arguments

Format

A data frame with 861 individuals, 10 composite scores, and gender:

EP

Ethnic prejudice

SP

Sexism

HP

Sexual prejudice against gays and lesbians

DP

Prejudice toward mentally people with disabilities

A1

Agreeableness indicator 1

A2

Agreeableness indicator 2

A3

Agreeableness indicator 3

O1

Openness indicator 1

O2

Openness indicator 2

O3

Openness indicator 3

gender

gender

Examples

Run this code
# NOT RUN {
data("Bergh")
str(Bergh)
# }

Run the code above in your browser using DataLab