From a0fac157de96bda696b10b4fcd763facb062c596 Mon Sep 17 00:00:00 2001 From: Neetusan Date: Thu, 14 Sep 2023 12:05:09 -0400 Subject: [PATCH] updates --- vignettes/CVARS.Rmd | 10 +++++----- vignettes/event_analysis.Rmd | 4 ++-- vignettes/volcano_plot.Rmd | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vignettes/CVARS.Rmd b/vignettes/CVARS.Rmd index cb81bd2..efa0742 100644 --- a/vignettes/CVARS.Rmd +++ b/vignettes/CVARS.Rmd @@ -114,7 +114,7 @@ knitr::include_graphics("adaebox_treatment.png") - Add or Edit the default `Analysis Subset Condition` and `Denominator Subset Condition` to filter input data (for calculating categorical counts alone or for entire data respectively) ```{r, echo=FALSE, out.width="100%", fig.align='center'} -knitr::include_graphics("event_analysis_03.png") +knitr::include_graphics("event_analysis_03.PNG") ``` - Select `Adverse Event Filter(s)` - To filter input data @@ -137,7 +137,7 @@ knitr::include_graphics("event_analysis_03.png") ```{r, echo=FALSE, out.width="100%", fig.align='center'} -knitr::include_graphics("volcano_plot_02.png") +knitr::include_graphics("volcano_plot_02.PNG") ``` **Graph Output:** @@ -146,7 +146,7 @@ knitr::include_graphics("volcano_plot_02.png") ```{r, echo=FALSE, out.width="70%", fig.align='center'} -knitr::include_graphics("volcano_plot_03.png") +knitr::include_graphics("volcano_plot_03.PNG") ``` @@ -302,7 +302,7 @@ knitr::include_graphics("adaebox_treatment.png") - Add or Edit the default `Analysis Subset Condition` and `Denominator Subset Condition` to filter input data (for calculating categorical counts alone or for entire data respectively) ```{r, echo=FALSE, out.width="100%", fig.align='center'} -knitr::include_graphics("event_analysis_03.png") +knitr::include_graphics("event_analysis_03.PNG") ``` - Select `Adverse Event Filter(s)` - To filter input data @@ -316,7 +316,7 @@ knitr::include_graphics("event_analysis_03.png") - Select `Reference Line (%)` - Reference lines show how the data in a chart compares to a reference value. This is free text column where you can enter any number as reference value. ```{r, echo=FALSE, out.width="100%", fig.align='center'} -knitr::include_graphics("event_analysis_04.png") +knitr::include_graphics("event_analysis_04.PNG") ``` | | diff --git a/vignettes/event_analysis.Rmd b/vignettes/event_analysis.Rmd index 6160e8c..dda4c07 100644 --- a/vignettes/event_analysis.Rmd +++ b/vignettes/event_analysis.Rmd @@ -57,7 +57,7 @@ knitr::include_graphics("adaebox_treatment.png") - Add or Edit the default `Analysis Subset Condition` and `Denominator Subset Condition` to filter input data (for calculating categorical counts alone or for entire data respectively) ```{r, echo=FALSE, out.width="100%", fig.align='center'} -knitr::include_graphics("event_analysis_03.png") +knitr::include_graphics("event_analysis_03.PNG") ``` - Select `Adverse Event Filter(s)` - To filter input data @@ -71,7 +71,7 @@ knitr::include_graphics("event_analysis_03.png") - Select `Reference Line (%)` - Reference lines show how the data in a chart compares to a reference value. This is free text column where you can enter any number as reference value. ```{r, echo=FALSE, out.width="100%", fig.align='center'} -knitr::include_graphics("event_analysis_04.png") +knitr::include_graphics("event_analysis_04.PNG") ``` | | diff --git a/vignettes/volcano_plot.Rmd b/vignettes/volcano_plot.Rmd index 3e2895c..07050f1 100644 --- a/vignettes/volcano_plot.Rmd +++ b/vignettes/volcano_plot.Rmd @@ -50,7 +50,7 @@ knitr::include_graphics("adaebox_treatment.png") - Add or Edit the default `Analysis Subset Condition` and `Denominator Subset Condition` to filter input data (for calculating categorical counts alone or for entire data respectively) ```{r, echo=FALSE, out.width="100%", fig.align='center'} -knitr::include_graphics("event_analysis_03.png") +knitr::include_graphics("event_analysis_03.PNG") ``` - Select `Adverse Event Filter(s)` - To filter input data @@ -73,7 +73,7 @@ knitr::include_graphics("event_analysis_03.png") ```{r, echo=FALSE, out.width="100%", fig.align='center'} -knitr::include_graphics("volcano_plot_02.png") +knitr::include_graphics("volcano_plot_02.PNG") ``` **Graph Output:** @@ -82,5 +82,5 @@ knitr::include_graphics("volcano_plot_02.png") ```{r, echo=FALSE, out.width="70%", fig.align='center'} -knitr::include_graphics("volcano_plot_03.png") +knitr::include_graphics("volcano_plot_03.PNG") ```