Baselight

HEXACO Equivalence Scales Responses

Open sourced raw data from Openpsychometrics.org

@kaggle.lucasgreenwell_hexaco_equivalence_scales_responses

About this Dataset

HEXACO Equivalence Scales Responses

Questions, answers, and metadata collected from 22,786 HEXACO Equivalence 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

Tables

Data

@kaggle.lucasgreenwell_hexaco_equivalence_scales_responses.data
  • 2.2 MB
  • 22786 rows
  • 244 columns
Loading...

CREATE TABLE data (
  "hsinc1" BIGINT,
  "hsinc2" BIGINT,
  "hsinc3" BIGINT,
  "hsinc4" BIGINT,
  "hsinc5" BIGINT,
  "hsinc6" BIGINT,
  "hsinc7" BIGINT,
  "hsinc8" BIGINT,
  "hsinc9" BIGINT,
  "hsinc10" BIGINT,
  "hfair1" BIGINT,
  "hfair2" BIGINT,
  "hfair3" BIGINT,
  "hfair4" BIGINT,
  "hfair5" BIGINT,
  "hfair6" BIGINT,
  "hfair7" BIGINT,
  "hfair8" BIGINT,
  "hfair9" BIGINT,
  "hfair10" BIGINT,
  "hgree1" BIGINT,
  "hgree2" BIGINT,
  "hgree3" BIGINT,
  "hgree4" BIGINT,
  "hgree5" BIGINT,
  "hgree6" BIGINT,
  "hgree7" BIGINT,
  "hgree8" BIGINT,
  "hgree9" BIGINT,
  "hgree10" BIGINT,
  "hmode1" BIGINT,
  "hmode2" BIGINT,
  "hmode3" BIGINT,
  "hmode4" BIGINT,
  "hmode5" BIGINT,
  "hmode6" BIGINT,
  "hmode7" BIGINT,
  "hmode8" BIGINT,
  "hmode9" BIGINT,
  "hmode10" BIGINT,
  "efear1" BIGINT,
  "efear2" BIGINT,
  "efear3" BIGINT,
  "efear4" BIGINT,
  "efear5" BIGINT,
  "efear6" BIGINT,
  "efear7" BIGINT,
  "efear8" BIGINT,
  "efear9" BIGINT,
  "efear10" BIGINT,
  "eanxi1" BIGINT,
  "eanxi2" BIGINT,
  "eanxi3" BIGINT,
  "eanxi4" BIGINT,
  "eanxi5" BIGINT,
  "eanxi6" BIGINT,
  "eanxi7" BIGINT,
  "eanxi8" BIGINT,
  "eanxi9" BIGINT,
  "eanxi10" BIGINT,
  "edepe1" BIGINT,
  "edepe2" BIGINT,
  "edepe3" BIGINT,
  "edepe4" BIGINT,
  "edepe5" BIGINT,
  "edepe6" BIGINT,
  "edepe7" BIGINT,
  "edepe8" BIGINT,
  "edepe9" BIGINT,
  "edepe10" BIGINT,
  "esent1" BIGINT,
  "esent2" BIGINT,
  "esent3" BIGINT,
  "esent4" BIGINT,
  "esent5" BIGINT,
  "esent6" BIGINT,
  "esent7" BIGINT,
  "esent8" BIGINT,
  "esent9" BIGINT,
  "esent10" BIGINT,
  "xexpr1" BIGINT,
  "xexpr2" BIGINT,
  "xexpr3" BIGINT,
  "xexpr4" BIGINT,
  "xexpr5" BIGINT,
  "xexpr6" BIGINT,
  "xexpr7" BIGINT,
  "xexpr8" BIGINT,
  "xexpr9" BIGINT,
  "xexpr10" BIGINT,
  "xsocb1" BIGINT,
  "xsocb2" BIGINT,
  "xsocb3" BIGINT,
  "xsocb4" BIGINT,
  "xsocb5" BIGINT,
  "xsocb6" BIGINT,
  "xsocb7" BIGINT,
  "xsocb8" BIGINT,
  "xsocb9" BIGINT,
  "xsocb10" BIGINT
);