See the help files for a module by name (get a list of names from module_list())
Examples
module_help("marginal")
#> Marginal Significance
#>
#> List all sentences that describe an effect as 'marginally significant'.
#>
#> module_run(paper, "marginal")
#>
#> - paper: a paper object or paperlist object
#>
#> The marginal module searches for regular expressions that match a predefined pattern. The list of terms is a subset of those listed in a [blog post by Matthew Hankins](https://web.archive.org/web/20251001114321/https://mchankins.wordpress.com/2013/04/21/still-not-significant-2/). The module returns all sentences that match terms describing ‘marginally significant’ results.
#>
#> Some of the terms identified might not be problematic in some contexts, and there are ways to describe ‘marginal significance’ that are not detected by the module.
#>
#> <validation>In a sample of 51 papers with 87 statements, this module correctly identified 38 statements (true positives) and incorrectly flagged 22 statements (false positives). It failed to detect 27 statements. Thus, among all statements flagged by the module, 63% were genuine cases (positive predictive value). However, the module missed 42% of all true statements (false negative rate).</validation>
