chore(script): Move simple description of results into separate section
This commit is contained in:
parent
45a192d703
commit
bf350a18db
1 changed files with 12 additions and 7 deletions
|
@ -298,14 +298,7 @@ The search itself is conducted with English-language search queries only.
|
|||
Relevant results are then complemented through the adoption of a ‘snowballing’ technique, which analyses an array of published reviews for their reference lists to find cross-references of potentially missing literature.
|
||||
|
||||
```{python}
|
||||
#| echo: false
|
||||
from IPython.core.display import Markdown as md
|
||||
|
||||
sample_size = len(sample.entries)
|
||||
md(f"""
|
||||
The exploratory execution of queries results in an initial sample of {sample_size} studies after the identification process.
|
||||
The majority of studies result from the ‘income’ inequality cluster of the Boolean search, with horizontal cluster terms used often but rarely on their own.
|
||||
""")
|
||||
```
|
||||
|
||||
Second, in screening, duplicate results are removed and the resulting literature sample is sorted based on a variety of excluding characteristics based on: language, title, abstract, full text and literature supersession through newer publications.
|
||||
|
@ -342,6 +335,18 @@ All relevant information concerning both their major findings and statistical si
|
|||
|
||||
The results to be identified in the matrix include a study’s: i) key outcome measures (dependent variables), ii) main findings, iii) main policy interventions (independent variables), iv) study design and sample size, v) dataset and methods of evaluation, vi) direction of relation and level of representativeness, vii) level of statistical significance, viii) main limitations.
|
||||
|
||||
## Description of results
|
||||
|
||||
```{python}
|
||||
#| echo: false
|
||||
|
||||
sample_size = len(sample.entries)
|
||||
md(f"""
|
||||
The exploratory execution of queries results in an initial sample of {sample_size} studies after the identification process.
|
||||
The majority of studies result from the ‘income’ inequality cluster of the Boolean search, with horizontal cluster terms used often but rarely on their own.
|
||||
""")
|
||||
```
|
||||
|
||||
# Synthesis of Evidence
|
||||
|
||||
This section will present a synthesis of evidence from the scoping review.
|
||||
|
|
Loading…
Reference in a new issue