modelBuilderUI {Certara.RsNLME.ModelBuilder} | R Documentation |
Build RsNLME model from Shiny GUI and generate corresponding RsNLME code
Description
Shiny application to build RsNLME model from Shiny GUI and generate corresponding RsNLME code based on input selections.
Usage
modelBuilderUI(
data,
modelName = "PKPDmodel",
workingDir = "",
baseModel = NULL
)
Arguments
data |
Input dataset. |
modelName |
Name of the model; if |
workingDir |
Working directory to run the model. Current working directory
will be used if |
baseModel |
The model object from where the input dataset and model name are recovered if
arguments |
Value
A model object of class NlmePmlModel
Examples
if (interactive()) {
model <- modelBuilderUI(data = Certara.RsNLME::pkData, modelName = "PK_Model")
}
[Package Certara.RsNLME.ModelBuilder version 3.0.1 Index]