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) ```