Skip to contents

This dataset is a cleaned up version of a small part of bfi dataset from psychTools package. It contains responses to the first 5 items of the agreeableness scale from the International Personality Item Pool (IPIP) and the gender attribute. It includes responses from 2800 subjects. Each item was answered on a six point Likert scale ranging from 1 (very inaccurate), to 6 (very accurate). Gender was coded as 0 for male and 1 for female. Missing values were addressed using mode imputation.

Usage

data(part_bfi)

Format

An object of class "data.frame" with 2800 observations on the following 6 variables:

A1

Am indifferent to the feelings of others.

A2

Inquire about others' well-being.

A3

Know how to comfort others.

A4

Love children.

A5

Make people feel at ease.

gender

Gender of the respondent.

Source

International Personality Item Pool (https://ipip.ori.org)

https://search.r-project.org/CRAN/refmans/psychTools/html/bfi.html

References

Revelle, W. (2024). Psych: Procedures for Psychological, Psychometric, and Personality Research. Evanston, Illinois: Northwestern University. https://CRAN.R-project.org/package=psych

Examples

data(part_bfi)
head(part_bfi)
#>       A1 A2 A3 A4 A5 gender
#> 61617  2  4  3  4  4      0
#> 61618  2  4  5  2  5      1
#> 61620  5  4  5  4  4      1
#> 61621  4  4  6  5  5      1
#> 61622  2  3  3  4  5      0
#> 61623  6  6  5  6  5      1