Skip to content

Commit

Permalink
fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
surmann committed May 22, 2018
1 parent d233d0c commit b7d52a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vignettes/ODEsensitivity.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ LVtimes = c(0.01, seq(1, 50, by = 1))
### Sensitivity Analysis
The sensitivity analysis of a general ODE model can be performed by using the generic function `ODEsensitivity::ODEmorris()`.
```{r}
set.seed(1618)
LVres_morris = ODEmorris(mod = LVmod, pars = LVpars, state_init = LVinit
, times = LVtimes, binf = LVbinf, bsup = LVbsup
, r = 100, design = list(type = "oat", levels = 10, grid.jump = 1)
, scale = TRUE, ode_method = "lsoda", parallel_eval = TRUE
, parallel_eval_ncores = 1 # parallel::detectCores()
)
```
Let's take a look at the output `LVres_morris`.
Expand Down

0 comments on commit b7d52a5

Please sign in to comment.