estimatesUI | R Documentation |
Shiny GUI to examine the model and evaluate estimates for fixed effects.
estimatesUI(model, host = NULL)
model |
Model object. |
host |
Optional host parameter of class |
A model object of class NlmePmlModel
if (interactive()) {
library(Certara.RsNLME)
host <- hostParams(
parallelMethod = "None",
hostName = "local",
numCores = 1
)
model <- pkmodel(
parameterization = "Clearance",
absorption = "Intravenous",
numCompartments = 2,
data = pkData,
ID = "Subject",
A1 = "Amount",
CObs = "Conc",
Time = "Act_Time",
modelName = "pk_model"
)
model <- estimatesUI(model, host)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.