Description Usage Arguments Examples
Select sensitivity runs from a sens_each object
1 | select_sens(x, dv_name = NULL, p_name = NULL)
|
x |
a sens_each object |
dv_name |
character names of dependent variables to select |
p_name |
character names of parameters to select |
1 2 3 4 5 6 7 | library(dplyr)
mod <- mrgsolve::house()
out1 <- mod %>% parseq_factor(CL,VC) %>% sens_each()
out2 <- select_sens(out1, dv_name = "CP", p_name = "CV")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.