modelTextualUI {Certara.RsNLME.ModelBuilder} | R Documentation |
Edit textual RsNLME model from Shiny GUI
Description
Shiny application to update RsNLME model from Shiny GUI and directly edit PML statements using Ace editor. Syntax and semantic check is performed by TDL executable (if presented). The Shiny application also allows adding input options and column mappings from Shiny GUI.
Usage
modelTextualUI(baseModel, initpml, data, modelName = "PKPDmodel")
Arguments
baseModel |
The model object from where the information is recovered. |
initpml |
Initial PML model file to be edited. Overrides
|
data |
Input data frame.
Overrides |
modelName |
Name of the model; if |
Value
A model object of class NlmePmlModel
Examples
if (interactive()) {
model <- modelBuilderUI(data = Certara.RsNLME::pkData, modelName = "PK_Model")
model <- modelTextualUI(baseModel = model)
}
[Package Certara.RsNLME.ModelBuilder version 3.0.1 Index]