Returns character vector of structural parameter names for model object.

structuralParameterNames(model, omitEmpties = TRUE)

Arguments

model

Object of class NlmePmlModel

omitEmpties

Set to TRUE to omit empty names

Examples

model <- pkemaxmodel(columnMap = FALSE)
stparms <- structuralParameterNames(model)