Skip to content

Commit b0a717e

Browse files
committed
fix app filter screenshot placement
1 parent 532f7dc commit b0a717e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

adrg/_adrg.qmd

+8-1
Original file line numberDiff line numberDiff line change
@@ -641,12 +641,19 @@ The Shiny application contains 5 tabs, with the first table **App Information**
641641
The default display in the analysis tabs match with the outputs submitted in Pilot 1, as well as an additional table on visit completion.
642642
643643
The **KM plot for TTDE** module allows for filters to be applied based on variables in the **ADSL** and **ADTTE** data sets. Below is an example of performing subpopulation analysis for an age group within the module:
644+
644645
1. Within the **Add Filter Variables** widget, click the box with the placeholder **Select variables to filter**.
646+
645647
![](figures/app_screenshot2.png){width="50%"}
646-
2. Scroll up/down or use the search bar to find the variable for subpopulation. Click the desired variable (**AGEYR1** in this example).
648+
649+
2. Scroll up/down or use the search bar to find the variable for subpopulation. Click the desired variable (**AGEYR1** in this example).
650+
647651
![](figures/app_screenshot3.png){width="50%"}
652+
648653
3. In the **Active Filter Variables** widget, the selected variable with its available categories or levels will display. In this example, **AGEYR1** in this example) is displayed with three categories. If the selected variable in the previous step is a continuous variable, then a slider will appear for selecting a range of values.
654+
649655
![](figures/app_screenshot4.png){width="50%"}
656+
650657
4. Select the target subpopulation (e.g. `>80`) and the analysis output displayed on the left hand side will be updated in real-time according to the selection, which in this example is equivalent to performing a filter on the **ADSL** data by `AGEGR1 == '>80'`.
651658
652659
::: callout-note

adrg/adrg-quarto-pdf.qmd

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ format:
1010
warning: false
1111
message: false
1212
monofont: "DejaVu Sans Mono"
13+
fig-pos: 'tb'
1314
---
1415

1516
{{< include _adrg.qmd >}}

0 commit comments

Comments
 (0)