View source: R/parameterNames.R
structuralParameterNames | R Documentation |
Returns character vector of structural parameter names for model object.
structuralParameterNames(model, omitEmpties = TRUE)
model |
Object of class |
omitEmpties |
Set to |
Character vector of structural parameter names defined in model
model <- pkemaxmodel(columnMap = FALSE)
stparms <- structuralParameterNames(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.