Learn R Programming

pairwise (version 0.6.1-0)

bfi_cov: 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)

Arguments

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

References

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

Examples

Run this code
data(bfi_cov)
dim(bfi_cov)
##############################################################
names(bfi_cov) # show all variable names of data

Run the code above in your browser using DataLab