Build RsNLME model from Shiny GUI and generate corresponding RsNLME code
modelBuilderUI.Rd
Shiny application to build RsNLME model from Shiny GUI and generate corresponding RsNLME code based on input selections.
Arguments
- data
Input dataset.
- modelName
Name of the model; if
missing
, named as 'PKPDmodel.'- workingDir
Working directory to run the model. Current working directory will be used if
workingDir
not specified or does not exist.- baseModel
The model object from where the input dataset and model name are recovered if arguments
data
andmodelName
are not specified.
Examples
if (FALSE) { # \dontrun{
model <- modelBuilderUI(data = Certara.RsNLME::pkData, modelName = "PK_Model")
} # }