Learn R Programming

pairwise (version 0.2.2)

bfiN: 5 polytomous personality items

Description

Data from 2800 subjects answering to 5 neuroticism items with 6 answer categories (0-5) of the bfi dataset originally included in the R-package {psych}.

Usage

data(bfiN)

Arguments

format

A data frame containing 5 variables and 2800 obsevations.

source

http://cran.r-project.org/web/packages/psych/index.html{http://cran.r-project.org/web/packages/psych/index.html}

Details

The other variables from the original bfi dataset were skipped to have a simple example data frame. For further Information on the original dataset see R-package {psych}.

References

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

Examples

Run this code
data(bfiN)
dim(bfiN)
##############################################################
names(bfiN) # show all variable names of data.frame bfiN
range(bfiN,na.rm=TRUE) # checking the valid response range

Run the code above in your browser using DataLab