| epi.bfi | R Documentation |
A small data set of 5 scales from the Eysenck Personality Inventory, 5 from a Big 5 inventory, a Beck Depression Inventory, and State and Trait Anxiety measures. Used for demonstrations of correlations, regressions, graphic displays.
data(epi.bfi)
A data frame with 231 observations on the following 13 variables.
epiEEPI Extraversion
epiSEPI Sociability (a subset of Extraversion items
epiImpEPI Impulsivity (a subset of Extraversion items
epilieEPI Lie scale
epiNeurEPI neuroticism
bfagreeBig 5 inventory (from the IPIP) measure of Agreeableness
bfconBig 5 Conscientiousness
bfextBig 5 Extraversion
bfneurBig 5 Neuroticism
bfopenBig 5 Openness
bdiBeck Depression scale
traitanxTrait Anxiety
stateanxState Anxiety
Self report personality scales tend to measure the “Giant 2" of Extraversion and Neuroticism or the “Big 5" of Extraversion, Neuroticism, Agreeableness, Conscientiousness, and Openness. Here is a small data set from Northwestern University undergraduates with scores on the Eysenck Personality Inventory (EPI) and a Big 5 inventory taken from the International Personality Item Pool.
Data were collected at the Personality, Motivation, and Cognition Lab (PMCLab) at Northwestern by William Revelle)
https://personality-project.org/pmc.html
data(epi.bfi)
psych::pairs.panels(epi.bfi[,1:5])
psych::describe(epi.bfi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.