Certara.RsNLME.ModelBuilder
is an R package and Shiny
application used to build an RsNLME model.
Use the GUI to select from various model building options and observe the PML update in real time. Additionally, users may generate the corresponding RsNLME code to learn reproduce the model object from R.
install.packages("Certara.RsNLME.ModelBuilder",
repos = c("https://certara.jfrog.io/artifactory/certara-cran-release-public/",
"https://cloud.r-project.org"),
method = "libcurl")
install.packages("Certara.RsNLME.ModelBuilder",
repos = c("https://certara.jfrog.io/artifactory/certara-cran-release-public/",
"https://cloud.r-project.org"))
Use the built in data object from the Certara.RsNLME
package to explore functionality inside
Certara.RsNLME.ModelBuilder
.
library(Certara.RsNLME.ModelBuilder)
library(Certara.RsNLME)
<- modelBuilderUI(data = pkData) model