A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/shiny/../Certara.RsNLME.ModelExecutor/readme/README.html below:

README

RsNLME Model Executor 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!

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)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4