krank.tables.fetch_hawkins2017#

krank.tables.fetch_hawkins2017(table, version=None, load=True, **kwargs)#

Hawkins II & Boyd, 2017, Dreaming, Such stuff as dreams are made on: Dream language, LIWC norms, and personality correlates, Dreams about COVID-19 versus normative dreams: Trends by gender, doi:10.1037/drm0000049

Table captions:

  • Table 1: Means and Standard Deviations (SDs) for the LIWC (2007) Linguistic Features of Dreams From Studies 1 to 3.

Note

2007 Norms are a subset of the norms published in the LIWC2007 manual.

Note

Ave. recent dream is UNWEIGHTED.

Parameters#

tablestr

Name of table to fetch.

versionstr or None

Name of version. If None (default), fetches the latest version.

loadbool or callable

If False (default), fetch the file and return the local filepath. If True, fetch the file and load it as a pandas.DataFrame. If a callable, fetch the file an load it with the custom callable.

**kwargsdict, optional

Additional keyword arguments are passed to pooch.retrieve().

Returns#

str or DataFrame

Path of retrieved file if load is False, or pandas.DataFrame if load is True.