Skip to content

Commit

Permalink
Set figure width in markov-inhomogeneous-indiv vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
dincerti committed Oct 2, 2020
1 parent a7030fd commit 391d5f6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions docs/articles/markov-inhomogeneous-indiv.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/markov-inhomogeneous-indiv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ The simulated patient trajectories can be summarized by computing the probabilit
econmod$sim_stateprobs(t = 0:60)
```

```{r, echo = FALSE}
```{r, echo = FALSE, fig.width = 7, fig.height = 4}
mean_stateprobs <- econmod$stateprobs_[, .(prob_mean = mean(prob)),
by = c("strategy_id", "state_id", "t")]
mean_stateprobs[, state_name := factor(state_id,
Expand Down

0 comments on commit 391d5f6

Please sign in to comment.