Skip to content

Commit

Permalink
msm vignette current version
Browse files Browse the repository at this point in the history
  • Loading branch information
johannespiller committed Jan 15, 2025
1 parent ffb5cb4 commit 1d981cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/multi-state.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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") +
Expand Down

0 comments on commit 1d981cf

Please sign in to comment.