powered by
Class represents an NLME profile perturbation variable
howToPertubate
How to apply profile variables. Options are USE_DELTA or USE_PERCENTAGE
USE_DELTA
USE_PERCENTAGE
profileVars
List of profile variables
profile1 <- ProfileVar("tvV", 9.548, "-2,-1,0,1,2") profile2 <- ProfileVar("tvCl", 3.219, "-1,0,1") profiles <- ProfileParameters("USE_DELTA", c(profile1, profile2))
Run the code above in your browser using DataLab