From 7afa575628700d21dc7e58b55a79e5e595ae79ff Mon Sep 17 00:00:00 2001 From: Quamena Date: Thu, 16 Mar 2023 03:43:23 -0600 Subject: [PATCH] Tried adding some datasets but can't get it to show after installation using data("DATASET", package = "Modana"). Is there anything I am missing? https://github.com/UofUEpiBio/PHS7045-advanced-programming/issues/13 @gvegayon @chipmanj --- vignettes/Modana.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/vignettes/Modana.Rmd b/vignettes/Modana.Rmd index a9cca85..e0db2bb 100644 --- a/vignettes/Modana.Rmd +++ b/vignettes/Modana.Rmd @@ -117,5 +117,6 @@ summary(getres$out.combined) The refined estimates of the main treatment and effect modifiers can pulled and compared with both the direct and indirect models. ```{r} print(getres$comparisonresults) +plot(getres$out.combined) ```