sens_grid: Sensitivity analysis with all parameter combinations

Description Usage Arguments Details See Also Examples

Description

Sensitivity analysis with all parameter combinations

Usage

1
sens_grid(mod, ...)

Arguments

mod

the model object

...

named sequences of parameters; also arguments passed to mrgsim

Details

In contrast to other sensitivity analysis functions, sens_grid always returns data in wide format with respect to parameters involved in the sensitivity analysis.

See Also

sens_seq

Examples

1
2
3
4
5
6
7
8
mod <- mrgsolve:::house()
out <- 
  mod %>%
  ev(amt=100) %>%
  Req(CP) %>%
  sens_grid(CL = seq(1,2,0.2), VC = seq(10,40,5))
  
out

mrgsolve/mrgsolvetk documentation built on May 11, 2019, 4:19 p.m.