Hypersensitive Narcissism Scale Responses
Open sourced raw data from Openpsychometrics.org
@kaggle.lucasgreenwell_hypersensitive_narcissism_scale
Open sourced raw data from Openpsychometrics.org
@kaggle.lucasgreenwell_hypersensitive_narcissism_scale
Questions, answers, and metadata collected from 53,981 Hypersensitive Narcissism Scales. The data was hosted on OpenPsychometrics.org a nonprofit effort to educate the public about psychology and to collect data for psychological research. Their notes on the data collected in the codebook.txt
From Wikipedia:
The Hypersensitive Narcissism Scale (HSNS) is a self-report measure of covert narcissism. It was developed by Holly M. Hendin and Jonathan M. Cheek in 1997. It consists of ten items rated on a five point scale.
It has a near zero correlation with the Narcissistic Personality Inventory, which measures overt narcissism.
The unidimensionality of the HSNS has been questioned.
CREATE TABLE data (
"hsns1" BIGINT,
"hsns2" BIGINT,
"hsns3" BIGINT,
"hsns4" BIGINT,
"hsns5" BIGINT,
"hsns6" BIGINT,
"hsns7" BIGINT,
"hsns8" BIGINT,
"hsns9" BIGINT,
"hsns10" BIGINT,
"ddp1" BIGINT,
"ddp2" BIGINT,
"ddp3" BIGINT,
"ddp4" BIGINT,
"ddn1" BIGINT,
"ddn2" BIGINT,
"ddn3" BIGINT,
"ddn4" BIGINT,
"ddm1" BIGINT,
"ddm2" BIGINT,
"ddm3" BIGINT,
"ddm4" BIGINT,
"age" BIGINT,
"gender" BIGINT,
"accuracy" BIGINT,
"country" VARCHAR
);
Anyone who has the link will be able to view this.