You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
A simple, clean workflow for sensitivity analysis with mrgsolve.
library(mrgsim.sa)
mod<- mread("pk1", modlib(),end=48,delta=0.1)
. Building pk1 ... done.
param(mod)
. . Model parameters (N=3):. name value . name value. CL 1 | V 20 . KA 1 | . .
PK model sensitivity analysis by factor
The nominal (in model) parameter value is divided and multiplied by afactor, generating minimum and maximum bounds for simulating a sequenceof parameter values
To this point, we have always usedsens_each so that each value foreach parameter is simulated one at a time. Now, simulate the grid or allcombinations.
We useparseq_cv here, which generates lower and upper bounds for therange using 50% coefficient of variation.