chore(script): Move simple description of results into separate section

This commit is contained in:
Marty Oehme 2023-10-12 12:22:57 +02:00
parent 45a192d703
commit bf350a18db
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -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 studys: 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.