paquet2020

paquet2020#

Paquet et al., 2020, Dreaming A quantitative text analysis approach to describing posttrauma nightmares in a treatment-seeking population doi: 10.1037/drm0000128

Zenodo deposit: 10.5281/zenodo.11324388

Available tables#

  • table1 — Participant Demographics by Group.

  • table2 — Psychological Diagnosis and Nightmare Qualities Experienced by Sample.

  • table3 — Results Table of LIWC Variables.

Preview#

import extracts

df = extracts.fetch_paquet2020("table1")
df.head()
Downloading file 'table1.tsv' from 'doi:10.5281/zenodo.11324388/table1.tsv' to '/home/runner/.cache/extracts/paquet2020'.
M SD n (%)
Demographics
Age 42.6 13.93 -
Female - - 39 (73.6)
Male - - 12 (22.6)
Transgender - - 2 (3.8)
Caucasian - - 47 (88.7)
df.shape
(11, 3)

Versions#

from extracts._common import DATASETS

DATASETS["paquet2020"]
{'latest': '11324388', 'v1': '11324389', 'v2': '11357270', 'v3': '11357642'}