meador2022#
Meador et al., 2022, Appl Cognit Psychol Lexical tendencies of high and low barrier personalities in narratives of everyday and dream memories doi: 10.1002/acp.3976
Zenodo deposit: 10.5281/zenodo.11300860
Available tables#
table1 — Change in symptoms and language.
Preview#
import extracts
df = extracts.fetch_meador2022("table1")
df.head()
Downloading file 'table1.tsv' from 'doi:10.5281/zenodo.11300860/table1.tsv' to '/home/runner/.cache/extracts/meador2022'.
| Baseline mean (SD) | Post treatment mean (SD) | |
|---|---|---|
| Symptoms | ||
| PTCI | 114.69 (38.07) | 100.14 (30.19) |
| Self | 2.97 (1.48) | 2.34 (1.05) |
| World | 4.22 (1.71) | 4.55 (1.69) |
| Self-blame | 3.12 (1.76) | 2.49 (1.24) |
| PDS (n = 18) | 22.74 (14.06) | 20.81 (15.85) |
df.shape
(15, 2)
Versions#
from extracts._common import DATASETS
DATASETS["meador2022"]
{'latest': '11300860', 'v1': '11300861', 'v2': '11357190', 'v3': '11357228'}