NlmeScenario-class | R Documentation |
Creates NlmeScenario class object
scenarioName |
Name of the scenario |
covariatesList |
Comma separated indices of covariate effects to use for this scenario |
CovariateEffectNames <- c("dVdBodyWeight", "dCldBodyWeight")
# Do not use any covariate effects
scenario1 <- NlmeScenario("no_covariates", "")
# Use covariate effect index 1
scenario2 <- NlmeScenario("dVdBodyWeight", "1")
# Use second covariate effect in the model
scenario3 <- NlmeScenario("dCldBodyWeight", "2")
# Use 1st and 2nd covariate effect
scenario4 <- NlmeScenario("dVdBodyWeight_dCldBodyWeight", "1,2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.