ProfileParameters-class | R Documentation |
Class represents an NLME profile perturbation variable
howToPertubate
How to apply profile variables. Options are USE_DELTA
or 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.