NLME covariate effects model object class
CovariateEffectModel-class.RdClass represents an NLME covariate effects model
Slots
numCovariatesNumber of covariate effects
covariateListComma separated list of covariate effects names
scenarioNamesComma separated list of scenario names
isDefaultComma separated list of flags
degreesOfFreedomComma separated list of degrees of freedom
enableIDsComma separated list of enable() IDs from the model
Examples
CovariateEffectModel(numCovariates = 2,
covariateList = "V-Age,Cl-BW",
scenarioNames = "S,S",
isDefault = "1,1",
degreesOfFreedom = "1,1",
enableIDs = "0,1")
#> An object of class "CovariateEffectModel"
#> Slot "numCovariates":
#> [1] 2
#>
#> Slot "covariateList":
#> [1] "V-Age,Cl-BW"
#>
#> Slot "scenarioNames":
#> [1] "S,S"
#>
#> Slot "isDefault":
#> [1] "1,1"
#>
#> Slot "degreesOfFreedom":
#> [1] "1,1"
#>
#> Slot "enableIDs":
#> [1] "0,1"
#>