structuralParameterNames: Get structural parameter names

View source: R/parameterNames.R

structuralParameterNamesR Documentation

Get structural parameter names

Description

Returns character vector of structural parameter names for model object.

Usage

structuralParameterNames(model, omitEmpties = TRUE)

Arguments

model

Object of class NlmePmlModel

omitEmpties

Set to TRUE to omit empty names

Value

Character vector of structural parameter names defined in model

Examples

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


Certara.RsNLME documentation built on April 3, 2025, 11:04 p.m.