bfi_cov {pairwise}R Documentation

Covariates to the bfiN Data

Description

Covaraites to the data from 2800 subjects answering to 5 neuroticism items of the bfi dataset originally included in the R-package {psych} - see https://cran.r-project.org/package=psych.

Usage

  data(bfi_cov)

Format

A "data.frame" containing 3 variables (gender, education, and age) for 2800 obsevations.

Details

The covariates are in the same row (person) order as the responses to the 5 neuroticism items in the seperate datasets bfiN and bfiN_miss. The coding is as follows:

gender

Males = 1, Females =2

education

1 = HS, 2 = finished HS, 3 = some college, 4 = college graduate 5 = graduate degree

age

age in years

Source

https://cran.r-project.org/package=psych

References

Revelle, William (2015), psych: Procedures for Psychological, Psychometric, and Personality Research.R package version 1.5.1

Examples

data(bfi_cov)
dim(bfi_cov)
##############################################################
names(bfi_cov) # show all variable names of data

[Package pairwise version 0.6.1-0 Index]