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.

RsNLME Model Builder ModelBuilder package logo.

Overview

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.

Installation

Windows

install.packages("Certara.RsNLME.ModelBuilder",
                 repos = c("https://certara.jfrog.io/artifactory/certara-cran-release-public/",
                           "https://cloud.r-project.org"),
                 method = "libcurl")

Linux

install.packages("Certara.RsNLME.ModelBuilder",
                 repos = c("https://certara.jfrog.io/artifactory/certara-cran-release-public/",
                           "https://cloud.r-project.org"))

Usage

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)

model <- modelBuilderUI(data = pkData)

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.