From 1d981cf338cfed69d65fb7315c7b6d7ff20ca5ff Mon Sep 17 00:00:00 2001 From: Piller Date: Wed, 15 Jan 2025 16:54:34 +0100 Subject: [PATCH] msm vignette current version --- vignettes/multi-state.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/multi-state.Rmd b/vignettes/multi-state.Rmd index 43478754..b2cf8322 100644 --- a/vignettes/multi-state.Rmd +++ b/vignettes/multi-state.Rmd @@ -370,7 +370,7 @@ comparison_aaljoh_ci <- ggplot(pt_df, aes(x=tend, y=trans_prob, col=interaction( comparison_aaljoh_ci ``` -```{r, eval=TRUE, echo = TRUE, fig.width = 8, fig.height = 4, out.width = "600px", dependson=c("prothr-prep-mstate")} +```{r, eval=TRUE, echo = FALSE, fig.width = 8, fig.height = 4, out.width = "600px", dependson=c("prothr-prep-mstate")} comparison_aaljoh_ci <- ggplot(pt_df, aes(x=tend, y=trans_prob, col=interaction(package, treat), linetype = package)) + geom_line(linetype = "solid") + geom_line(aes(y=trans_lower), linetype = "dotted") +