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.
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
data(bfiN)
dim(bfiN)
##############################################################names(bfiN) # show all variable names of data.frame bfiNrange(bfiN,na.rm=TRUE) # checking the valid response range