Skip to content

Commit

Permalink
revert changes to panel-tabset
Browse files Browse the repository at this point in the history
  • Loading branch information
ayogasekaram committed May 14, 2024
1 parent 6253c11 commit 53393af
Show file tree
Hide file tree
Showing 135 changed files with 272 additions and 270 deletions.
4 changes: 2 additions & 2 deletions book/graphs/efficacy/fstg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Subgroup Analysis of Best Overall Response

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -306,4 +306,4 @@ shinyApp(app$ui, app$server)
:::

{{< include ../../repro.qmd >}}
:::
::::
6 changes: 4 additions & 2 deletions book/graphs/efficacy/fstg02.qmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: FSTG02
subtitle: Subgroup Analysis of Survival Duration
editor_options:
chunk_output_type: console
---

------------------------------------------------------------------------

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -278,4 +280,4 @@ shinyApp(app$ui, app$server)
:::

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/efficacy/kmg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Kaplan-Meier Plot

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -239,4 +239,4 @@ shinyApp(app$ui, app$server)
:::

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/efficacy/mmrmg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subtitle: Plots for Mixed-Effect Model Repeated Measures Analysis
Given an MMRM fitted with `s_mmrm`, `g_mmrm_lsmeans` displays for each visit the adjusted means within group and/or difference in adjusted means between groups.
`g_mmrm_diagnostic` displays marginal residual plots for evaluating model fit.

::: panel-tabset
:::: {.panel-tabset}
## Data Setup and <br/> Model Fitting

```{r setup, message = FALSE}
Expand Down Expand Up @@ -180,4 +180,4 @@ shinyApp(app$ui, app$server)
```

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/efficacy/mmrmg02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Forest Plot for Mixed-Effect Model Repeated Measures

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -137,4 +137,4 @@ height <- 4
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/other/brg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Bar Chart

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -374,4 +374,4 @@ plot
```

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/other/bwg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Box Plot

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -520,4 +520,4 @@ shinyApp(app$ui, app$server)
:::

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/other/cig01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Confidence Interval Plot

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -287,4 +287,4 @@ shinyApp(app$ui, app$server)
:::

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/other/ippg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ subtitle: Individual Patient Plot Over Time

For illustration purposes, we will subset the `adlb` dataset for safety population in treatment arm A and a specific lab parameter (`ALT`).

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -180,4 +180,4 @@ shinyApp(app$ui, app$server)
:::

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/other/ltg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ subtitle: Lattice Plot of Laboratory Tests by Treatment Group Over Time

Lattice plots are natively handled by R, the examples below rely mostly on the package `ggplot2`.

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -276,4 +276,4 @@ plot
```

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/other/mng01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Mean Plot

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -254,4 +254,4 @@ shinyApp(app$ui, app$server)
:::

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/pharmacokinetic/pkcg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Plot of PK Concentration Over Time by Subject

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -113,4 +113,4 @@ plot
```

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/pharmacokinetic/pkcg02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Plot of PK Concentration Over Time by Cohort/Treatment Group/Dose

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -114,4 +114,4 @@ plot
```

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/pharmacokinetic/pkcg03.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Plot of Mean PK Concentration Over Time by Cohort

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -126,4 +126,4 @@ plot
```

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/pharmacokinetic/pkpg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Plot of Mean Cumulative Percentage (%) of Recovered Drug in Urine

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -161,4 +161,4 @@ plot
```

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/pharmacokinetic/pkpg02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Pharmacokinetic Parameter Summary of Serum PK Parameters by Treatment

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -177,4 +177,4 @@ plot
```

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/pharmacokinetic/pkpg03.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Box Plot of Pharmacokinetic Parameters by Visit -- Plasma

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -70,4 +70,4 @@ plot
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/pharmacokinetic/pkpg04.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Box Plot of Pharmacokinetic Parameters by Visit -- Plasma

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -72,4 +72,4 @@ plot
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/graphs/pharmacokinetic/pkpg06.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Boxplot of Metabolite to Parent Ratios by Treatment

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -277,4 +277,4 @@ plot
```

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/listings/ADA/adal02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Listing of Anti-Drug Antibody Data for Treatment Emergent ADA Positive

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -135,4 +135,4 @@ head(lsting, 20)
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/listings/ECG/egl01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: 'Listing of ECG Data: Safety-Evaluable Patients'

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -102,4 +102,4 @@ head(lsting, 20)
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/listings/adverse-events/ael01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Listing of Preferred Terms, Lowest Level Terms, and Investigator-Speci

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -52,4 +52,4 @@ head(lsting, 20)
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/listings/adverse-events/ael01_nollt.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Listing of Preferred Terms and Investigator-Specified Adverse Event Te

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -51,4 +51,4 @@ head(lsting, 20)
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/listings/adverse-events/ael02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Listing of Adverse Events

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -94,4 +94,4 @@ head(lsting, 20)
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/listings/adverse-events/ael02_ed.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Listing of Adverse Events (for Early Development Studies)

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -112,4 +112,4 @@ head(lsting, 20)
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
4 changes: 2 additions & 2 deletions book/listings/adverse-events/ael03.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Listing of Serious Adverse Events

{{< include ../../_utils/envir_hook.qmd >}}

::: panel-tabset
:::: {.panel-tabset}
## Data Setup

```{r setup, message = FALSE}
Expand Down Expand Up @@ -108,4 +108,4 @@ head(lsting, 20)
{{< include ../../_utils/save_results.qmd >}}

{{< include ../../repro.qmd >}}
:::
::::
Loading

0 comments on commit 53393af

Please sign in to comment.