Skip to contents

Class represents an NLME covariate effects model

Slots

numCovariates

Number of covariate effects

covariateList

Comma separated list of covariate effects names

scenarioNames

Comma separated list of scenario names

isDefault

Comma separated list of flags

degreesOfFreedom

Comma separated list of degrees of freedom

enableIDs

Comma 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"
#>