nimare.nimads.Study
- class Study(source)[source]
Bases:
objectA collection of Analyses from the same paper.
Added in version 0.0.14.
- Variables:
id (str) – A unique identifier for the Study.
name (str) – A human readable name of the Study, typically the title of the paper.
authors (str) – A string of the authors of the paper.
publication (str) – A string of the publication information for the paper, typically a journal name.
metadata (dict) – A dictionary of metadata associated with the Study.
analyses (
listofnimare.nimads.Analysisobjects) – The Analysis objects comprising the Study. An analysis represents a contrast with statistical results.
Methods
Collect Analyses from the Study.
to_dict()Return a dictionary representation of the Study.