select_sens | R Documentation |
Select sensitivity runs from a sens_each object
select_sens(x, dv_name = NULL, p_name = NULL)
x |
a |
dv_name |
character names of dependent variables to select; can be a comma-separated string. |
p_name |
character names of parameters to select; can be a comma-separated string. |
The updated sens_each
object is returned.
library(dplyr)
mod <- mrgsolve::house()
out1 <- mod %>% parseq_factor(CL,VC) %>% sens_each()
out2 <- select_sens(out1, dv_name = "CP,RESP", p_name = "CL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.