Rosenberg Self Esteem Scale Responses
Open sourced raw data from Openpsychometrics.org
@kaggle.lucasgreenwell_rosenberg_self_esteem_scale_responses
Open sourced raw data from Openpsychometrics.org
@kaggle.lucasgreenwell_rosenberg_self_esteem_scale_responses
Questions, answers, and metadata collected from 47,974 Rosenberg Self-Esteem 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 Rosenberg self-esteem scale (RSES), developed by the sociologist Morris Rosenberg, is a self-esteem measure widely used in social-science research. It uses a scale of 0–40 where a score less than 15 may indicate a problematic low self esteem.
The RSES is designed similar to the social-survey questionnaires. It is a ten-item Likert-type scale with items answered on a four-point scale—from strongly agree to strongly disagree. Five of the items have positively worded statements and five have negatively worded ones. The scale measures global self-worth by measuring both positive and negative feelings about the self. The original sample for which the scale was developed consisted of 5,024 high-school juniors and seniors from 10 randomly selected schools in New York State. The Rosenberg self-esteem scale is considered a reliable and valid quantitative tool for self-esteem assessment.
The RSES has been translated and adapted to various languages, such as Persian, French, Chinese, Italian, German, Portuguese, and Spanish. The scale is extensively used in cross-cultural studies in up to 53 different nations.
CREATE TABLE data (
"q1" BIGINT,
"q2" BIGINT,
"q3" BIGINT,
"q4" BIGINT,
"q5" BIGINT,
"q6" BIGINT,
"q7" BIGINT,
"q8" BIGINT,
"q9" BIGINT,
"q10" BIGINT,
"gender" BIGINT,
"age" BIGINT,
"source" BIGINT,
"country" VARCHAR
);
Anyone who has the link will be able to view this.