View source: R/xposeNlmeModel.R
| xposeNlmeModel | R Documentation |
Imports results of an NLME run into xpose database
Use to import NLME model object and NLME object output
into xpdb object that is compatible
with existing model diagnostic function in Xpose package.
xposeNlmeModel(model, fitmodelOutput)
model |
NlmePmlModel model class object generated by |
fitmodelOutput |
the output object of |
Not all functionality from the xpose package is supported.
xpdb object
library(Certara.RsNLME)
library(Certara.Xpose.NLME)
model <- pkmodel(
parameterization = "Clearance",
numCompartments = 2,
data = pkData,
ID = "Subject",
Time = "Act_Time",
A1 = "Amount",
CObs = "Conc"
)
fit <- fitmodel(model)
xp <- xposeNlmeModel(
model = model,
fitmodelOutput = fit
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.