The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Certara.RsNLME.ModelExecutor
is an R package and Shiny
application used to execute an RsNLME model.
Use the GUI to add additional output tables, specify engine parameters, select various run types, and more!
install.packages("Certara.RsNLME.ModelExecutor",
repos = c("https://certara.jfrog.io/artifactory/certara-cran-release-public/",
"https://cloud.r-project.org"),
method = "libcurl")
install.packages("Certara.RsNLME.ModelExecutor",
repos = c("https://certara.jfrog.io/artifactory/certara-cran-release-public/",
"https://cloud.r-project.org"))
Use Certara.RsNLME.ModelExecutor
to launch the model
execution interface with a model object.
library(Certara.RsNLME.ModelExecutor)
library(Certara.RsNLME)
<- pkmodel(numCompartments=2,
model data = pkData,
ID = "Subject",
Time = "Act_Time",
A1 = "Amount",
CObs = "Conc")
modelExecutorUI(model = model)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.