Welcome to ClientVPS Mirrors

README

RsNLME Model Executor ModelExecutor package logo.

Overview

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!

Gif showing how to execute a simple model in the Shiny GUI.

Installation

Windows

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

Linux

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

Usage

Use Certara.RsNLME.ModelExecutor to launch the model execution interface with a model object.

library(Certara.RsNLME.ModelExecutor)
library(Certara.RsNLME)

model <- pkmodel(numCompartments=2,
                 data = pkData,
                 ID = "Subject",
                 Time = "Act_Time",
                 A1 = "Amount",
                 CObs = "Conc")

modelExecutorUI(model = model)

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.