npi_battery {catSurv}R Documentation

Narcissistic personality inventory question items

Description

A list where each element is a length three vector containin the text of the the question item and the two response options.

Usage

data(npi_battery)

Format

An object of class list of length 40.

References

Raskin, R., and H. Terry (1988), "A Principal-Components Analysis of the Narcissistic Personality Inventory and Further Evidence of Its Construct Validity," Journal of Personality and Social Psychology, 54, 890-902.

See Also

npi_cat

Examples


data(npi_battery)

# Item 1
npi_battery$Q1[1]

# Response options for item 1
npi_battery$Q1[2:3]



[Package catSurv version 1.5.0 Index]