Command-line interface for running aggregation tests locally in node.js
This file should be the only file using node.js require() - the remainder of the package uses ES6 module imports.
Methods
(async, inner) meta(args) → {Promise.<Results>}
Calculate aggregation tests and meta-analyze them across multiple studies
Parameters:
Name | Type | Description |
---|---|---|
args |
- Source:
- To Do:
-
- Reconsolidate single and meta later, they're basically the same code, but we need to get this tested ASAP...
Returns:
- Type
- Promise.<Results>
(async, inner) single(args) → {Promise.<Results>}
Run aggregation tests on a single study
Parameters:
Name | Type | Description |
---|---|---|
args |
Returns:
- Type
- Promise.<Results>