Skip to content

Commit 96f3e29

Browse files
authored
Merge pull request #23 from parmsam-pfizer/22-typo-fix
Fix AGEGR1 typo in ADRG qmd file and user guide R script
2 parents 608d42e + 08930ad commit 96f3e29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

adrg/_adrg.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -637,11 +637,11 @@ The **KM plot for TTDE** module allows for filters to be applied based on variab
637637
638638
![](figures/app_screenshot2.png){width="50%"}
639639
640-
2. Scroll up/down or use the search bar to find the variable for subpopulation. Click the desired variable (**AGEYR1** in this example).
640+
2. Scroll up/down or use the search bar to find the variable for subpopulation. Click the desired variable (**AGEGR1** in this example).
641641
642642
![](figures/app_screenshot3.png){width="50%"}
643643
644-
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.
644+
3. In the **Active Filter Variables** widget, the selected variable with its available categories or levels will display. In this example, **AGEGR1** 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.
645645
646646
![](figures/app_screenshot4.png){width="50%"}
647647

app/views/user_guide.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ui <- function(id, datasets) {
6767
tags$p(
6868
"Scroll up/down or use the search bar to find the variable for subpopulation.
6969
Click the desired variable, ",
70-
tags$b("AGEYR1"), "in this example"
70+
tags$b("AGEGR1"), "in this example"
7171
)
7272
)
7373
),
@@ -84,7 +84,7 @@ ui <- function(id, datasets) {
8484
"In the", tags$b("Active Filter Variables"),
8585
"widget, the selected variable with its available categories or levels
8686
will display,",
87-
tags$b("AGEYR1"), "in this example, is displayed with three categories.
87+
tags$b("AGEGR1"), "in this example, is displayed with three categories.
8888
If the selected variable in the previous step is a continuous variable,
8989
then a slider will appear for selecting a range of values."
9090
),

0 commit comments

Comments
 (0)